Click here to Skip to main content
15,920,956 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to make spreadsheet Pin
Waldermort29-Sep-06 10:59
Waldermort29-Sep-06 10:59 
AnswerRe: how to make spreadsheet Pin
Maximilien29-Sep-06 11:09
Maximilien29-Sep-06 11:09 
AnswerRe: how to make spreadsheet Pin
Hamid_RT29-Sep-06 19:59
Hamid_RT29-Sep-06 19:59 
AnswerRe: how to make spreadsheet Pin
marwa_fci30-Sep-06 10:26
marwa_fci30-Sep-06 10:26 
GeneralRe: how to make spreadsheet Pin
S Douglas30-Sep-06 20:54
professionalS Douglas30-Sep-06 20:54 
GeneralRe: how to make spreadsheet Pin
Hamid_RT2-Oct-06 8:57
Hamid_RT2-Oct-06 8:57 
QuestionDebugging pains Pin
PJ Arends29-Sep-06 10:17
professionalPJ Arends29-Sep-06 10:17 
AnswerRe: Debugging pains Pin
Peter Weyzen29-Sep-06 14:04
Peter Weyzen29-Sep-06 14:04 
What's the value of IDR_MAINFRAME?

I don't think it's crashing where you think it is.... it doesn't look like delete.

<br />
        00423f84 6a01             push    0x1<br />
        00423f86 8b458c           mov     eax,[ebp+0x8c]         ss:00ba9e02=????????<br />
        00423f89 8b10             mov     edx,[eax]              ds:00778f00=00000000<br />
        00423f8b 8b4d8c           mov     ecx,[ebp+0x8c]         ss:00ba9e02=????????<br />
FAULT ->00423f8e 8b4204           mov     eax,[edx+0x4]          ds:00a79ee6=????????<br />
        00423f91 ffd0             call    eax<br />
        00423f93 898560ffffff     mov     [ebp+0xffffff60],eax   ss:0012fe7c=00000040<br />
        00423f99 eb0a             jmp     004306a5<br />


It's calling something out of a table. Loads eax with an address of a function (likely from a vtable) and then calls it. The only thing on the stack is a "1".

Just a guess, but the call to LoadFrame would be my guess.

But I am pretty sure it's not the delete statement.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
<A HREF="http://www.soonr.com">SoonR Inc.</A>

GeneralRe: Debugging pains Pin
PJ Arends29-Sep-06 16:10
professionalPJ Arends29-Sep-06 16:10 
GeneralRe: Debugging pains Pin
Mike_V29-Sep-06 17:57
Mike_V29-Sep-06 17:57 
GeneralRe: Debugging pains Pin
PJ Arends29-Sep-06 21:40
professionalPJ Arends29-Sep-06 21:40 
GeneralRe: Debugging pains Pin
Mike_V29-Sep-06 22:19
Mike_V29-Sep-06 22:19 
GeneralRe: Debugging pains Pin
PJ Arends30-Sep-06 12:09
professionalPJ Arends30-Sep-06 12:09 
GeneralRe: Debugging pains Pin
S Douglas30-Sep-06 21:08
professionalS Douglas30-Sep-06 21:08 
GeneralRe: Debugging pains Pin
PJ Arends29-Sep-06 16:16
professionalPJ Arends29-Sep-06 16:16 
QuestionWizard question OnWizardFinished Pin
Maximilien29-Sep-06 9:23
Maximilien29-Sep-06 9:23 
QuestionRe: Wizard question OnWizardFinished Pin
David Crow29-Sep-06 10:03
David Crow29-Sep-06 10:03 
QuestionDateTime Picker can select different field Pin
bflynt29-Sep-06 8:58
bflynt29-Sep-06 8:58 
Questionhow to get column count of CListCtrl? Pin
includeh1029-Sep-06 6:37
includeh1029-Sep-06 6:37 
AnswerRe: how to get column count of CListCtrl? Pin
Hamid_RT29-Sep-06 6:55
Hamid_RT29-Sep-06 6:55 
GeneralRe: how to get column count of CListCtrl? Pin
Zac Howland29-Sep-06 8:58
Zac Howland29-Sep-06 8:58 
GeneralRe: how to get column count of CListCtrl? Pin
Hamid_RT29-Sep-06 9:06
Hamid_RT29-Sep-06 9:06 
Questionsetup Pin
amaneet29-Sep-06 5:55
amaneet29-Sep-06 5:55 
AnswerRe: setup Pin
Waldermort29-Sep-06 5:58
Waldermort29-Sep-06 5:58 
AnswerRe: setup Pin
Zac Howland29-Sep-06 6:01
Zac Howland29-Sep-06 6:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.