Click here to Skip to main content
15,905,590 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC FormView Pin
Christian Graus31-Oct-05 16:35
protectorChristian Graus31-Oct-05 16:35 
AnswerRe: MFC FormView Pin
Arman S.31-Oct-05 21:07
Arman S.31-Oct-05 21:07 
QuestionUnicode, hexadecimal and japanese. Pin
samkook31-Oct-05 14:33
samkook31-Oct-05 14:33 
AnswerRe: Unicode, hexadecimal and japanese. Pin
__yb31-Oct-05 21:20
__yb31-Oct-05 21:20 
GeneralRe: Unicode, hexadecimal and japanese. Pin
samkook1-Nov-05 7:31
samkook1-Nov-05 7:31 
GeneralRe: Unicode, hexadecimal and japanese. Pin
__yb1-Nov-05 11:51
__yb1-Nov-05 11:51 
GeneralRe: Unicode, hexadecimal and japanese. Pin
samkook1-Nov-05 15:40
samkook1-Nov-05 15:40 
QuestionDebugged some strange Error and Now ??? Pin
tbrake31-Oct-05 10:04
tbrake31-Oct-05 10:04 
Hi
I have written some MFC Code - But its not working on all machines !!!

<br />
//MyAppView.pp<br />
...<br />
#include "device.h"<br />
#include "receiver.h"<br />
...<br />
#include "MyAppView.h"<br />
<br />
<br />
....<br />


<br />
// device.h<br />
class CDEVICE<br />
{<br />
public:<br />
...<br />
    virtual void doA()=0;<br />
    virtual void doB()=0;<br />
    virtual void doC()=0;<br />
...<br />
}<br />


<br />
// receiver.h<br />
class CRECEIVER : public CDEVICE<br />
{<br />
public:<br />
...<br />
    virtual void doA();<br />
    virtual void doB();<br />
    virtual void doC();<br />
...<br />
}<br />


On some XP machines I retrieve an error after returning from doA()
I debuged with DRWatson
<br />
        6036719d 33c9             xor     ecx,ecx<br />
        6036719f eb03             jmp     MyApp+0x771a4 (603671a4)<br />
FEHLER ->603671a1 8b4e1c           mov     ecx,[esi+0x1c]    ds:0023:3034324c=????????<br />
        603671a4 ff742410         push    dword ptr [esp+0x10]<br />
        603671a8 50               push    eax<br />


And the Corresponding MAP file delivered
<br />
 0001:000760ea       ?ActivateTopParent@CWnd@@QAEXXZ 603670ea f   nafxcw:wincore.obj<br />
<big> 0001:00076127       ?GetTopLevelFrame@CWnd@@QBEPAVCFrameWnd@@XZ 60367127 f   nafxcw:wincore.obj</big><br />
 0001:00076168       ?GetSafeOwner@CWnd@@SGPAV1@PAV1@PAPAUHWND__@@@Z 60367168 f   nafxcw:wincore.obj<br />
 0001:00076186       ?MessageBoxA@CWnd@@QAEHPBD0I@Z 60367186 f   nafxcw:wincore.obj<br />


So there should be an error in or at
GetTopLevelFrame
can this be true ??
And/OR how to determin the exact error position ??

Any Idear might help Please !!

THX TimConfused | :confused:
QuestionUPS Meant 'ActivateTopParent' Pin
tbrake31-Oct-05 10:07
tbrake31-Oct-05 10:07 
AnswerRe: Debugged some strange Error and Now ??? Pin
Joe Woodbury31-Oct-05 10:49
professionalJoe Woodbury31-Oct-05 10:49 
QuestionRe: Debugged some strange Error and Now ??? Pin
tbrake31-Oct-05 11:09
tbrake31-Oct-05 11:09 
Questionfiles Pin
Manu_8131-Oct-05 8:12
Manu_8131-Oct-05 8:12 
AnswerRe: files Pin
Mircea Puiu31-Oct-05 8:33
Mircea Puiu31-Oct-05 8:33 
GeneralRe: files Pin
Manu_8131-Oct-05 8:50
Manu_8131-Oct-05 8:50 
GeneralRe: files Pin
Mircea Puiu31-Oct-05 8:54
Mircea Puiu31-Oct-05 8:54 
GeneralRe: files Pin
Mircea Puiu31-Oct-05 8:56
Mircea Puiu31-Oct-05 8:56 
GeneralRe: files Pin
Manu_8131-Oct-05 9:23
Manu_8131-Oct-05 9:23 
QuestionRe: files Pin
David Crow31-Oct-05 9:19
David Crow31-Oct-05 9:19 
AnswerRe: files Pin
Manu_8131-Oct-05 9:28
Manu_8131-Oct-05 9:28 
GeneralRe: files Pin
David Crow31-Oct-05 10:01
David Crow31-Oct-05 10:01 
GeneralRe: files Pin
Manu_8131-Oct-05 10:52
Manu_8131-Oct-05 10:52 
GeneralRe: files Pin
David Crow31-Oct-05 10:59
David Crow31-Oct-05 10:59 
QuestionIMAP Pin
viliam31-Oct-05 7:25
viliam31-Oct-05 7:25 
QuestionRe: IMAP Pin
David Crow31-Oct-05 7:40
David Crow31-Oct-05 7:40 
AnswerRe: IMAP Pin
Mircea Puiu31-Oct-05 8:28
Mircea Puiu31-Oct-05 8:28 

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.