@ Dar 13
I tried to paste your code in the main DGDK loop, but the following errors occured
1>------ Build started: Project: loop, Configuration: Debug Win32 ------
1>Compiling...
1>Main.cpp
1>c:\users\windows seven\documents\visual studio 2008\projects\loop\loop\main.cpp(26) : error C2665: 'dbPrint' : none of the 4 overloads could convert all the argument types
1> c:\program files\the game creators\dark gdk\include\darksdkcore.h(40): could be 'void dbPrint(LONGLONG)'
1> c:\program files\the game creators\dark gdk\include\darksdkcore.h(41): or 'void dbPrint(double)'
1> c:\program files\the game creators\dark gdk\include\darksdkcore.h(42): or 'void dbPrint(LPSTR)'
1> while trying to match the argument list '(const char *)'
1>Build log was saved at "file://c:\Users\Windows Seven\Documents\Visual Studio 2008\Projects\loop\loop\Debug\BuildLog.htm"
1>loop - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I guess I mite be making a mistake somewhere. So, it would be good if you send me the complete code. Thank you.
This is TDM (i.e. The Dark Man).