Page 1 of 1

Fatal application error

PostPosted: Jan 20, 2003 @ 9:11am
by new
Hi folks,

I wrote a simple application called test to display a dialog to get user input. When I tried to run test.exe on hp jordana, it gave me a fatal application error as follows:

Application test.EXE has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor.

PROGRAM: test.EXE
Exception: 0xc0000005
Address: 46000000

What caused this problem? Pls advise. Thanks.


Regards

PostPosted: Jan 20, 2003 @ 10:54am
by refractor
I'd guess that you've screwed up a pointer somewhere and are trying to store data where you're not allowed to (I'm guessing because I can't be bothered to dig out the exception's value, but it might be that you're loading/storing to 0x46000000)... by accident, I presume.

PostPosted: Jan 20, 2003 @ 9:11pm
by fzammetti