Click here to Skip to main content
15,894,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDynamic CEdit can't call DoDataExchange()? Pin
dazinith6-Dec-02 8:20
dazinith6-Dec-02 8:20 
AnswerRe: Dynamic CEdit can't call DoDataExchange()? Pin
Sara Burns6-Dec-02 11:00
Sara Burns6-Dec-02 11:00 
AnswerRe: Dynamic CEdit can't call DoDataExchange()? Pin
worm7-Dec-02 14:43
worm7-Dec-02 14:43 
GeneralChange window style Pin
Member 997186-Dec-02 8:19
Member 997186-Dec-02 8:19 
GeneralRe: Change window style Pin
Maximilien6-Dec-02 8:30
Maximilien6-Dec-02 8:30 
GeneralRe: Change window style Pin
Member 997186-Dec-02 9:29
Member 997186-Dec-02 9:29 
GeneralHovering text... Pin
Maximilien6-Dec-02 8:01
Maximilien6-Dec-02 8:01 
GeneralDetected memory leaks! :( Pin
lucy6-Dec-02 7:04
lucy6-Dec-02 7:04 
help me please, I am stucked here. Mad | :mad:

It's a very simple SDI application. I got it from MFC appWizard.

In the view class, I started a worker thread, which will be running until a flag is cleared. I made sure that the worker thread is ended before the program terminate, because I put a TRACE line before its return statement, and the line is outputed. But still, I got such info:

Detected memory leaks!
Dumping objects ->
thrdcore.cpp(166) : {97} client block at 0x00305BB0, subtype 0, 112 bytes long.
a CWinThread object at $00305BB0, 112 bytes long
Object dump complete.

To make it more annoying, this doesn't happen all the time. What can go wrong? Confused | :confused: Confused | :confused: Confused | :confused:

Any clue is appreciated!
GeneralRe: Detected memory leaks! :( Pin
Roger Allen6-Dec-02 7:23
Roger Allen6-Dec-02 7:23 
GeneralRe: Detected memory leaks! :( Pin
lucy6-Dec-02 7:32
lucy6-Dec-02 7:32 
GeneralRe: Detected memory leaks! :( Pin
lucy6-Dec-02 7:37
lucy6-Dec-02 7:37 
GeneralRe: Magic of StdAfx.h?? Pin
lucy6-Dec-02 8:00
lucy6-Dec-02 8:00 
GeneralMFC Controls and Thread Safety :: MFC Pin
valikac6-Dec-02 6:38
valikac6-Dec-02 6:38 
GeneralGerman characters Pin
RAZ6-Dec-02 6:06
RAZ6-Dec-02 6:06 
Questionhow to get the data of video card to store as BMP? Pin
jarred6-Dec-02 6:07
jarred6-Dec-02 6:07 
AnswerRe: how to get the data of video card to store as BMP? Pin
Paul M Watt6-Dec-02 6:14
mentorPaul M Watt6-Dec-02 6:14 
GeneralRe: how to get the data of video card to store as BMP? Pin
jarred6-Dec-02 6:32
jarred6-Dec-02 6:32 
GeneralRe: how to get the data of video card to store as BMP? Pin
Paul M Watt6-Dec-02 10:20
mentorPaul M Watt6-Dec-02 10:20 
GeneralRe: how to get the data of video card to store as BMP? Pin
jarred7-Dec-02 3:03
jarred7-Dec-02 3:03 
AnswerRe: how to get the data of video card to store as BMP? Pin
Anonymous8-Dec-02 1:40
Anonymous8-Dec-02 1:40 
GeneralHelp with controls handling messages in a dialog Pin
work_to_live6-Dec-02 5:57
work_to_live6-Dec-02 5:57 
GeneralRe: Help with controls handling messages in a dialog Pin
Paul M Watt6-Dec-02 6:12
mentorPaul M Watt6-Dec-02 6:12 
GeneralRe: Help with controls handling messages in a dialog Pin
Roger Allen6-Dec-02 6:21
Roger Allen6-Dec-02 6:21 
GeneralRe: Help with controls handling messages in a dialog Pin
work_to_live6-Dec-02 6:43
work_to_live6-Dec-02 6:43 
GeneralRe: Help with controls handling messages in a dialog Pin
work_to_live6-Dec-02 7:03
work_to_live6-Dec-02 7:03 

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.