Hi,javascript:insertSmiley('
') I am incredibly new to GDK... I downloaded everything, ran through the tutorial, typed the Hello World program:
#include "DarkGDK.h"
void DarkGDK (void )
{
dbSyncOn();
dbSyncRate ( 60 );
while ( LoopGDK ( ) )
{
dbSync ( );
}
return;
}
And upon compilation, was faced with the run time error:
Unhandled exception at 0x6604a92f in Hello2.exe: 0xC0000005: Access violation reading location 0x0cb2b000.
What did i do wrong? My laptop is an Alienware area51 from last year, running Windows XP... if that matters at all...
(sigh) if anyone has an idea--i'd love to hear it...
Esse quam videri