Hello guys,
Im with this problem with the first tutorial the "Hello world" one
i already post something similar in another topic but i got no answers so im trying to create my own.
Here is my code im sorry i dunno how to put in that way that makes it smaller...
#include "DarkGDK.h"
void DarkGDK ( void )
{
// turn on sync rate and set maximum rate to 60 fps
dbSyncOn ( );
dbSyncRate ( 60 );
dbLoadImage("animatedsprite.png",1);
dbSprite (1,10,300,1);
// our main loop
while ( LoopGDK ( ) )
{
// update the screen
dbSync ( );
}
// return back to windows
return;
}
And im getting Black screen like it was in the begining of the tutorial =/ cant go further, help plz!
And by the way the "animatedsprite.png" is in the projects folder like the tutorials says to go.
Thanks anyway!! =D
There is no knowledge that is not power!