- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
コピーされたリンク
3 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
What is the complete text of the first error message?
Steve
Steve
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
That is all it says. Then it just ask whether you want to terminate the program, or to try to debug the error
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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