Software Archive
Read-only legacy content
17060 ディスカッション

Disassembling

Intel_C_Intel
従業員
1,334件の閲覧回数
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?
0 件の賞賛
3 返答(返信)
Steven_L_Intel1
従業員
1,334件の閲覧回数
What is the complete text of the first error message?

Steve
Intel_C_Intel
従業員
1,334件の閲覧回数
That is all it says. Then it just ask whether you want to terminate the program, or to try to debug the error
Steven_L_Intel1
従業員
1,334件の閲覧回数
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
返信