- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I try to execute my program, I get a run-time error...
"The instruction at "0x77f6ce4c" referenced at memory at "0x00000010". The memory could not be "written"."
and when the debugger (disassembling window) starts up, it points to this line...
"77F6CE4C inc dword ptr [eax+10h]"
How could I use this reference to pin-point where this error is occuring in my code?
"The instruction at "0x77f6ce4c" referenced at memory at "0x00000010". The memory could not be "written"."
and when the debugger (disassembling window) starts up, it points to this line...
"77F6CE4C inc dword ptr [eax+10h]"
How could I use this reference to pin-point where this error is occuring in my code?
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the complete text of the first error message?
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is all it says. Then it just ask whether you want to terminate the program, or to try to debug the error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How did you cause the program to begin execution? Does this happen only in Developer Studio, or any time? If in Developer Studio, did you use the ! (Execute) button or the Go button that starts the debugger? Did you build this as a Debug configuration? What Windows version are you using?
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page