Hm... ran into some problems when trying to recompile it.
The actual compilation works, but when I include the created libraries for a DarkGDK project it complains that there is no main method. Sure enough there isn't. If I add one, that is run and the DarkGDK() entry point functions is never reached (I can of course call that one from my own main function, but that obviously bypasses all the behind-the-scenes setup usually done by DarkGDK before hitting the user's entrty point function. Do anybody know what, and in what order, I need to call to start this process from my own main function? I've searched through the source code but has so far been unable to find any hints to the startup procedure from there.
"Why do programmers get Halloween and Christmas mixed up?" Because Oct(31) = Dec(25)