View Full Version : GDFMaker
Hey Guys,
I've found the tool GDFMaker in the Useful programs section.
The description from Razor12911 was "good tool for making custom binary/GDF dlls for games. works with yener90 source codes."
Now the Problem...
If I build anything with that tool I get no .dll. It builds only a .h and .rc file plus a new file with other XML, icos and stuff.
Question is, how to build the GDF.dll with it/that?
Help would be nice, thanks :)
napalmguy
10-12-2013, 13:35
This tool makes the XML resource only, it does not create the binary date (.exe or .dll) .
If you want to create GDF.dll you have to compile the Gameuxinstallhelper project files created when running from within Microsoft DirectX SDK, Using Visual Studio or any similar program, and then select the XML created by GDFMaker as your resource file.
any other questions I'll be glad to help
Ok, thanks. I've found an Tutorial on this Page https://forum.lowyat.net/topic/1344941/all (https://forum.lowyat.net/topic/1344941/all) and tried it Step by Step, but at Step 3: Compiling a DLL it stops.
I've tried to Compile a dll with VC++ 2008/2010 Express and get only errors, nothing will work.
Is something written wrong in the Tutorial?
Maybe anybody have a another working Tutorial?
napalmguy
11-12-2013, 11:59
Ok, thanks. I've found an Tutorial on this Page https://forum.lowyat.net/topic/1344941/all (https://forum.lowyat.net/topic/1344941/all) and tried it Step by Step, but at Step 3: Compiling a DLL it stops.
I've tried to Compile a dll with VC++ 2008/2010 Express and get only errors, nothing will work.
Is something written wrong in the Tutorial?
Maybe anybody have a another working Tutorial?
What kind of errors? you have to specify.
But my guess would be on missing header files.
please send me the error message from the Debug tab, or whichever error window appears.
Mainly I get this Error
http://www7.pic-upload.de/11.12.13/ooj89zlisb7a.png (http://www.pic-upload.de/view-21600514/Error.png.html)
napalmguy
12-12-2013, 12:53
a simple workaround for this is to put the afxres.h header file in the same folder as your .sln file and then choose "Compile Solution". It should go smoothly without errors
Create empty text file and in it paste:
#include <windows.h>
#include <winuser.h>
#define IDC_STATIC (-1)
and then save the file as "afxres.h"
let me know if there any other problems
Next Error "unexpected end of file" I had the afxres.h next to ...sln file and tried to add it to the Project. Both variants brings the Error. :(
Picture
http://www7.pic-upload.de/12.12.13/dxket1awmch6.png (http://www.pic-upload.de/view-21609733/Error.png.html)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.