Hey, for the people following the 2008 visual studio tutorial did anyone get it working and could they share tips?
[Edit]
Ok i figured it out, if anyone else is having trouble. This is what i had to add other then what the tutorial told me. So this may not be required by everyone. Or i may have just missed a step.
I had to change
#include <include/puregdk/core/puregdk.h>
#include <include/puregdk/initPureGDK.h>
#include <include/puregdk/simpleWindow.h>
#include <windows.h>
to DarkGDK instead of pure GDK. Along with
if(!initDarkGDK("gdkengine.dll"))
When you include your initDarkGDK.h and simpleWindow.h also include the cpp files.
Change
#include <initDarkGDK.h>
#include <simpleWindow.h>
to
#include "initDarkGDK.h"
#include "simpleWindow.h"
Your signature has been erased by a mod - Please reduce it to 600x120 maximum size