From the sound of it, VC++ 2008 does not know about some of the libraries on your system. However it is not terribly difficult to fix this manually.
***
In VC++ 2008, go to
Tools, then select
Options.
In the "Options" dialog, click on
Projects and Solutions. It will expand and you will see VC++ Directories.
In that, there is a drop-down menu "
Show directories for:"
Select "
Include files". In the list it should include (your exact paths may be different, depending on the version of Windows you are using):
C:\Program Files\The Game Creators\Dark GDK\Include
C:\Program Files\Microsoft DirectX SDK (August 2007)\Include *
* You may have a different DirectX version.
If you don't have those at least, then that's your problem. You will probably have others in there as well.
I also have
C:\Program Files\The Game Creators\Dark GDK\Include\DBO Format
If that path exists on your PC, I would suggest that you add it. Although I think I only added it for recompiling the Dark GDK libraries, it won't do any harm to have it on your setup as well.
***
In my "Library Files" drop-down on the same menu, I also have
C:\Program Files\The Game Creators\Dark Basic Professional Online\Compiler\plugins-licensed
C:\Program Files\The Game Creators\Dark Basic Professional Online\Compiler\plugins-user
C:\Program Files\The Game Creators\Dark GDK\Lib\vs9
C:\Program Files\The Game Creators\Dark GDK\Lib\VS9Debug
C:\Program Files\Microsoft DirectX SDK (August 2007)\Lib\x86
(Plus others not needed for Dark GDK)
I'm not sure which ones I added for recompiling the Dark GDK libraries, but if those directories exist on your PC, it won't do any harm to add them.
Hope this helps.
Amazing Simulation
www.amazing-forum.com