Click here to Skip to main content
15,890,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Mouse move Pin
Rajesh R Subramanian15-Mar-07 19:04
professionalRajesh R Subramanian15-Mar-07 19:04 
GeneralRe: Mouse move Pin
ThatsAlok15-Mar-07 19:22
ThatsAlok15-Mar-07 19:22 
QuestionUnhandled exception Pin
RajiRaghu14-Mar-07 23:57
RajiRaghu14-Mar-07 23:57 
GeneralRe: Unhandled exception Pin
prasad_som14-Mar-07 23:59
prasad_som14-Mar-07 23:59 
AnswerRe: Unhandled exception Pin
benjymous15-Mar-07 0:15
benjymous15-Mar-07 0:15 
GeneralRe: Unhandled exception Pin
RajiRaghu15-Mar-07 0:19
RajiRaghu15-Mar-07 0:19 
QuestionRe: Unhandled exception Pin
prasad_som15-Mar-07 0:22
prasad_som15-Mar-07 0:22 
AnswerRe: Unhandled exception Pin
cp987615-Mar-07 0:47
cp987615-Mar-07 0:47 
Carefully checking the code of the class should reveal the problem. If you are still stuck, it sounds like it could be crashing in the destructor of one of the class members. To debug these, add an empty Cabc::~Cabc() {} function and set a breakpoint in it. Then you can single step through the destructors of the members.

Peter.

QuestionLock Window Refresh Pin
baerten14-Mar-07 23:57
baerten14-Mar-07 23:57 
AnswerRe: Lock Window Refresh Pin
Stephen Hewitt15-Mar-07 13:07
Stephen Hewitt15-Mar-07 13:07 
GeneralRe: Lock Window Refresh Pin
baerten19-Mar-07 23:06
baerten19-Mar-07 23:06 
Questionicon on button Pin
janpoo14-Mar-07 23:16
janpoo14-Mar-07 23:16 
QuestionRe: icon on button Pin
prasad_som14-Mar-07 23:56
prasad_som14-Mar-07 23:56 
AnswerRe: icon on button Pin
Hamid_RT15-Mar-07 19:24
Hamid_RT15-Mar-07 19:24 
AnswerRe: icon on button Pin
ThatsAlok15-Mar-07 20:37
ThatsAlok15-Mar-07 20:37 
QuestionNew to VC++ Pin
Cmania14-Mar-07 22:42
Cmania14-Mar-07 22:42 
AnswerRe: New to VC++ Pin
_AnsHUMAN_ 14-Mar-07 23:11
_AnsHUMAN_ 14-Mar-07 23:11 
GeneralRe: New to VC++ Pin
toxcct14-Mar-07 23:25
toxcct14-Mar-07 23:25 
GeneralRe: New to VC++ Pin
Eytukan14-Mar-07 23:39
Eytukan14-Mar-07 23:39 
GeneralRe: New to VC++ Pin
toxcct14-Mar-07 23:46
toxcct14-Mar-07 23:46 
GeneralRe: New to VC++ Pin
Eytukan14-Mar-07 23:48
Eytukan14-Mar-07 23:48 
GeneralRe: New to VC++ Pin
Rajesh R Subramanian15-Mar-07 0:55
professionalRajesh R Subramanian15-Mar-07 0:55 
AnswerRe: New to VC++ Pin
Mark Salsbery15-Mar-07 5:36
Mark Salsbery15-Mar-07 5:36 
AnswerRe: New to VC++ Pin
Hamid_RT15-Mar-07 19:21
Hamid_RT15-Mar-07 19:21 
AnswerRe: New to VC++ Pin
ThatsAlok15-Mar-07 20:36
ThatsAlok15-Mar-07 20:36 

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.