Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / Unhandled exception at 0x6604a92f error! plz help i dont know what to do

Author
Message
GerrySky
16
Years of Service
User Offline
Joined: 15th Jul 2008
Location:
Posted: 16th Jul 2008 02:15
ok Just to give u some information I just started learning this so im doing the tut and when i started to debug i got an error

Quote: "
Unhandled exception at 0x6604a92f in Hellow World.exe: 0xC0000005: Access violation reading location 0x0ce9b000.
"


my code is

Quote: "
// Dark GDK - The Game Creators - www.thegamecreators.com

// the wizard has created a very simple project that uses Dark GDK
// it contains the basic code for a GDK application

// whenever using Dark GDK you must ensure you include the header file
#include "DarkGDK.h"

// the main entry point for the application is this function
void DarkGDK ( void )
{
// turn on sync rate and set maximum rate to 60 fps
dbSyncOn ( );
dbSyncRate ( 60 );

dbLoadImage ( "animatedsprite.png", 1 );
dbSprite ( 1, 0, 0, 1 );

// our main loop
while ( LoopGDK ( ) )
{
// update the screen
dbSync ( );
}

// return back to windows
return;
}
"


The current directx that im useing is DirectX SDK (August 2007)

anyhelp would be nice thx!
Nano brain
16
Years of Service
User Offline
Joined: 7th May 2008
Location:
Posted: 16th Jul 2008 09:40
Update your DirectX to the current, or at least version 9.0c. Probably will cure the problem.
GerrySky
16
Years of Service
User Offline
Joined: 15th Jul 2008
Location:
Posted: 16th Jul 2008 21:37
@Windowskiller

Sorry im new and i didn't know what forum to put my question in so i found
this one and i guess i read the rules wrong cuase i think i read i can post my questions here.

anyways


@Nano brain

Thx Ill try and do that i hope that fixes the problem
Sixty Squares
18
Years of Service
User Offline
Joined: 7th Jun 2006
Location: Somewhere in the world
Posted: 17th Jul 2008 02:10 Edited at: 17th Jul 2008 02:11
Quote: "i guess i read the rules wrong cuase i think i read i can post my questions here."


You read correctly. You can post questions here, but they have to be about DBPro, hence the name "Newcomers DBPro Corner" for the board. Dark GDK questions go in the "Dark GDK" board. I made the same mistake when I first joined, only I put my question in 3D Chat


As for your problem, I have no idea what the cause could be as I do not use Dark GDK...

Login to post a reply

Server time is: 2024-09-27 18:25:50
Your offset time is: 2024-09-27 18:25:50