pulled this from
here (Google translation so may be a bit tough to understand, but maybe it will help?
------------------
"The Game Creators GDK (hereinafter referred to as Dark GDK) is a 2D/3D game shall produce a software tool, its features are:
1. Free download;
2. Must be compatible with Microsoft Visual C + +2008 Express Edition software (hereinafter referred to as VC) and the DirectX SDK 9.0c August to operate the software (both are free downloads, registration can be a permanent use, subject to the 30-day limit).
Dark GDK for details, see official website: http://gdk.thegamecreators.com/
In sequence order of the above three installation is complete, to the Dark GDK installation folder read the Installation File (pdf block) and operation, may be found within the new VC project (New Project) does not appear within the Wizards GDK (Project types) and its exclusive three modules (Templates), improved methods are:
1. First find out the Visual Studio 2008 folder location (in this case: D: \ My Documents \ Visual Studio 2008), after a Wizards folder itself;
2. The Dark GDK installation location (in this case is: C: \ Program Files \ The Game Creators \ Dark GDK) folder \ Wizards folder \ Files folder, copy the 9 files and then paste in the Visual Studio 2008 \ Wizards folder;
3. Then to be carried out with the (Dark GDK installation location in the folder) Wizards folder \ Projects folder of the project file as a link, is:
Implementation of the VC + +2008 Express Edition, after> FIle> Open> FIle ...> to open the case ofD: \ My Documents \ Visual Studio 2008 \ Wizardsfolder of vsz file (icon is a blue and white with asm words a total of three, namely Dark GDK - Game, Dark GDK - 2D Game, Dark GDK - 3D Game), will document the Param = "ABSOLUTE_PATH line parameter editing into the Dark GDK installation folder location within the Wizards \ Projects folder location of project files, such as in this case the model:
3.1. Dark GDK - Game.vsz
Param = "ABSOLUTE_PATH = C: \ Program Files \ The Game Creators \ Dark GDK \ Wizards \ Projects \ Dark GDK - Game \ Dark GDK - Game "
3.2. Dark GDK - 2D Game.vsz
Param = "ABSOLUTE_PATH = C: \ Program Files \ The Game Creators \ Dark GDK \ Wizards \ Projects \ Dark GDK - 2D Game \ Dark GDK - 2D Game"
3.3. Dark GDK - 3D Game.vsz
Param = "ABSOLUTE_PATH = C: \ Program Files \ The Game Creators \ Dark GDK \ Wizards \ Projects \ Dark GDK - 3D Game \ Dark GDK - 3D Game"
Were modified to save and close the file, three files are modified sequence is completed, so can use Dark GDK's Wizards templates.
PS
1. The files described above channels (red part) vary, confirm your own look.
2. Editing Param = "ABSOLUTE_PATH line parameter path, Dark GDK - Game last recognized as a folder containing the folder Scripts, Templates folder with some files (Dark GDK - 2D Game, Dark GDK - 3D Game also so)."
---------------
I honestly have no clue what any of that is...but maybe it will help you? If not there is also
this?