Visual Studio And Dark GDK

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Everything Else » Chatterbox » Visual Studio and Dark GDK
Visual Studio and Dark GDK
 Sylph.Cohan
Offline
Server: Sylph
Game: FFXI
Posts: 484
By Sylph.Cohan 2010-08-25 22:42:48
Link | Quote | Reply
 
Having a issue with these two programs on my computer.

Its for a C++ class im taking.

[This file contains characters in Unicode format which will be lost if you save this file as an ANSI encoded text file. To keep the Unicode information, click Cancel below and then select one of the Unicode options from the encoding drop down list. COntinue?]
This is the error message i get when i try to change the Parm from the one given to the one in the install pdf it gives me that message.

[In the 2D Game.vsz file, find the line that begins Param = "ABSOLUTE_PATH…"
Change that line to read:
Param="ABSOLUTE_PATH = C:\Program Files\The Game Creators\Dark
GDK\Wizards\Projects\Dark GDK ‐ 2D Game\Dark GDK ‐ 2D Game"]

That is what i have to change it to.

Everytime i try to make a new project in VS it wont include the Dark GDK files.

If anyone could help i will give you my first born lol

 Sylph.Cohan
Offline
Server: Sylph
Game: FFXI
Posts: 484
By Sylph.Cohan 2010-08-25 23:35:17
Link | Quote | Reply
 
Really no help yet? lol
 Diabolos.Chibixzero
Offline
Server: Diabolos
Game: FFXI
Posts: 204
By Diabolos.Chibixzero 2010-08-26 00:13:52
Link | Quote | Reply
 
"ABSOLUTE_PATH…"
Change that line to read:
Param="ABSOLUTE_PATH "=C:\Program Files\The Game Creators\Dark
GDK\Wizards\Projects\Dark GDK ‐ 2D Game\Dark GDK ‐ 2D Game"]

" character before the _PATH
 Sylph.Cohan
Offline
Server: Sylph
Game: FFXI
Posts: 484
By Sylph.Cohan 2010-08-26 00:46:01
Link | Quote | Reply
 
Why would you put a " in a weird place when there is one at the end?
 Hades.Triet
Offline
Server: Hades
Game: FFXI
user: Sirseiko
Posts: 1615
By Hades.Triet 2010-08-26 01:10:02
Link | Quote | Reply
 
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?