jonny91
2006-12-07 04:47:56 UTC
when i run my application (programming language used is C ) in DEBUG mode it executes successfully.
But when in run the same application in RELEASE mode the application will crash .giving an error which states:
"The instruction at 0x0033333" referenced memory at "0x00333333".
The memory could not be "read" "
I am not able to find the code where the error exists because in release mode the ide does not show the code,it shows some assembly code.
In debug mode the ide does show the source code but my appliction runs successfully.
Any software/ide that can detect this kind of error and point to the source code instead of some assembly code?
Or
Any other way to detect the error in the source code ?
please help?