I don't know how to reached the c++ code.
When i run the application, first i have this message, so i could "retry" to debug the application, and at this moment ihave this message: "breakpoint was reached.
(0x80000003) happened in the application at the place 0x1020ae23" (sorry for the translation, i have a french version). And now i could click OK or Cancel, cancel bring me to a new window with a lot of code as 1020AE23.
As i'm new in this kind of problem, i'm totally lost.
do not look into disassembler code. Try to see all code until debuger show the error. See the last executed line, watch variables. This error means nothing since you didn't studied well your code and can't say which line crash. John Fill
I try to debug with "step into" method and i have first this message in the output window:
"first chance exception in swaption.exe(kernell32.dll):0xE06D7363 Microsoft c++ exception"
"first chance exception in swaption.exe 0xC0000005: access violation"
but ican't go directly in mycode to show what effectively happen.
don't be ridiculous. Would you like to edit disassembler code? Put breakpoints everywhere is possible and press F5. On stopping on a breakpoint remove it. See where exist breakpoints after chrashing. John Fill
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.