I'm new to the DarkGDK engine and I installed everything and it should work fine. Unfortunately, if I put the line '#include "DarkGDK.h"' i get 45 errors and 6 warnings
Oddly enough, none of the errors seem to be related to DarkGDK:
1>c:\program files\microsoft visual studio 9.0\vc\include\winnt.h(3035) : warning C4103: 'c:\program files\microsoft visual studio 9.0\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
1>c:\program files\microsoft visual studio 9.0\vc\include\winnt.h(3327) : warning C4103: 'c:\program files\microsoft visual studio 9.0\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
1>c:\program files\microsoft visual studio 9.0\vc\include\winnt.h(3423) : warning C4068: unknown pragma
1>c:\program files\microsoft visual studio 9.0\vc\include\winnt.h(3428) : warning C4068: unknown pragma
1>c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1252) : error C2144: syntax error : 'void' should be preceded by ';'
1>c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1252) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1253) : error C2144: syntax error : 'void' should be preceded by ';'
1>c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1253) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1253) : error C2086: 'int DECLSPEC_NORETURN' : redefinition
1> c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1252) : see declaration of 'DECLSPEC_NORETURN'
1>c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1313) : error C2144: syntax error : 'void' should be preceded by ';'
1>c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1313) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1313) : error C2086: 'int DECLSPEC_NORETURN' : redefinition
1> c:\program files\microsoft visual studio 9.0\vc\include\winbase.h(1252) : see declaration of 'DECLSPEC_NORETURN'
etc...
1>dgdktest - 45 error(s), 6 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Can anyone help? It seems to be something with windows...
Thanks in advance!