Hello helpful forum,
I just have rebuilt my system, and can't get GDK working again. I know you get a lot of people coming with problems with Windows 7. I've looked through all of the threads before this, but I have found no one who had close to this error:
1>Compiling...
1>Main.cpp
1>c:\program files\microsoft sdks\windows\v6.0a\include\commdlg.h(991) : error C2143: syntax error : missing ';' before '*'
1>c:\program files\microsoft sdks\windows\v6.0a\include\commdlg.h(991) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\microsoft sdks\windows\v6.0a\include\commdlg.h(991) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\microsoft sdks\windows\v6.0a\include\commdlg.h(1017) : error C2143: syntax error : missing ';' before '*'
1>c:\program files\microsoft sdks\windows\v6.0a\include\commdlg.h(1017) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\microsoft sdks\windows\v6.0a\include\commdlg.h(1017) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files (x86)\the game creators\dark gdk\include\darksdkcamera.h(16) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
1>Build log was saved at "file://c:\Users\Kids\Desktop\Game Making\Projects\ViewModel\ViewModel\Debug\BuildLog.htm"
1>ViewModel - 7 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
I'm not doing anything crazy in the project that gives me this, only drawing a model with the rainbow shader. I've installed DirectX, the wizards work fine, and it can find the DarkGDK.h header file. Any ideas?