I tried to use the functions DarkGDKStart(), DarkGDKInit(), and DarkGDKEnd() to control the initial window setup. They don't work for some reason. The functions don't even appear to be called. I actually got information on these three functions from the following link:
http://forum.thegamecreators.com/?m=forum_view&t=144462&b=22
There is a small program created by IanM that when I compile and run, the functions DarkGDKStart(), DarkGDKInit(), and DarkGDKEnd() do work. This is the only program that the three functions will work in. Even if I copy and paste IanM's entire code into a different project and then compile the project, the three functions will not work. I don't know why. I guessing that it has something to do with the fact that might not have "add[ed] the darkgdk.lib to the list of libraries to exclude". I don't know how to do this step.
If you have any idea on how to solve this, please let me know. I have the files for Dark GDK 7.4 in their correct folders.