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

C / C++ / MFC

 
GeneralMic/Cam Testing Pin
AryanSoft8-Feb-05 4:08
AryanSoft8-Feb-05 4:08 
GeneralC# Form from Unmanaged C++ Pin
erik567898-Feb-05 3:54
erik567898-Feb-05 3:54 
GeneralRe: C# Form from Unmanaged C++ Pin
Nemanja Trifunovic8-Feb-05 5:17
Nemanja Trifunovic8-Feb-05 5:17 
QuestionHow to set a color for window Pin
bilas8-Feb-05 3:52
bilas8-Feb-05 3:52 
GeneralCTreeCtrl and dynamic added icons Pin
Uzi Landsmann8-Feb-05 3:38
sussUzi Landsmann8-Feb-05 3:38 
GeneralRe: CTreeCtrl and dynamic added icons Pin
mc.george8-Feb-05 20:33
mc.george8-Feb-05 20:33 
Questionhow to draw line control in .net design time using 2 points ? Pin
Surya Prakash Adari8-Feb-05 3:26
Surya Prakash Adari8-Feb-05 3:26 
GeneralMemory Leaks Pin
sweep1238-Feb-05 3:00
sweep1238-Feb-05 3:00 
I have been trying to track dowm the memoru leaks reported when my application ends;

Detected memory leaks!
Dumping objects ->
thrdcore.cpp(311) : {1254} client block at 0x01954958, subtype c0, 68 bytes long.
a CWinThread object at $01954958, 68 bytes long
Object dump complete.
The program '[1564] My_Example.exe: Native' has exited with code 20 (0x14).


I have included the following statements to help track down the leaks:-

Inserted in the main .cpp file
// Memory leak detection
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
#include ".\ssic_exampledlg.h"
// End of Memoy Leak detection stuff

Inserted on the Close event
// Determine where the memory leaks are
_CrtDumpMemoryLeaks();

But cant seem to determine the cause of the leaks!

Any suggestions?
GeneralRe: Memory Leaks Pin
Nemanja Trifunovic8-Feb-05 3:36
Nemanja Trifunovic8-Feb-05 3:36 
GeneralRe: Memory Leaks Pin
Blake Miller8-Feb-05 7:18
Blake Miller8-Feb-05 7:18 
QuestionHow to Display 12-Bit TIFF in MFC? Pin
Ajay L D8-Feb-05 1:35
Ajay L D8-Feb-05 1:35 
AnswerRe: How to Display 12-Bit TIFF in MFC? Pin
Iain Clarke, Warrior Programmer8-Feb-05 2:34
Iain Clarke, Warrior Programmer8-Feb-05 2:34 
GeneralRe: How to Display 12-Bit TIFF in MFC? Pin
Ajay L D8-Feb-05 2:43
Ajay L D8-Feb-05 2:43 
GeneralRe: How to Display 12-Bit TIFF in MFC? Pin
Iain Clarke, Warrior Programmer8-Feb-05 7:40
Iain Clarke, Warrior Programmer8-Feb-05 7:40 
GeneralAnimation in MFC Pin
Member 14844968-Feb-05 1:15
Member 14844968-Feb-05 1:15 
GeneralRe: Animation in MFC Pin
BlackDice8-Feb-05 3:24
BlackDice8-Feb-05 3:24 
GeneralRe: Animation in MFC Pin
Ryan Binns8-Feb-05 17:38
Ryan Binns8-Feb-05 17:38 
GeneralRe: Animation in MFC Pin
Member 14844969-Feb-05 20:36
Member 14844969-Feb-05 20:36 
GeneralRe: Animation in MFC Pin
Ryan Binns10-Feb-05 12:37
Ryan Binns10-Feb-05 12:37 
GeneralRe: Animation in MFC Pin
Member 148449610-Feb-05 18:26
Member 148449610-Feb-05 18:26 
GeneralPlease HELP Pin
Rassul Yunussov8-Feb-05 0:39
Rassul Yunussov8-Feb-05 0:39 
GeneralRe: Please HELP Pin
2249178-Feb-05 0:52
2249178-Feb-05 0:52 
GeneralRe: Please HELP Pin
Rassul Yunussov8-Feb-05 1:39
Rassul Yunussov8-Feb-05 1:39 
GeneralRe: Please HELP Pin
2249178-Feb-05 17:03
2249178-Feb-05 17:03 
GeneralRe: Please HELP Pin
Rassul Yunussov8-Feb-05 18:24
Rassul Yunussov8-Feb-05 18:24 

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.