Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disable chime sound in MFC Pin
Michael Dunn1-Apr-05 16:43
sitebuilderMichael Dunn1-Apr-05 16:43 
GeneralRe: Disable chime sound in MFC Pin
skonopa4-Apr-05 3:29
skonopa4-Apr-05 3:29 
GeneralSubstituting in an if statement Pin
Cpt Rick1-Apr-05 9:24
Cpt Rick1-Apr-05 9:24 
GeneralRe: Substituting in an if statement Pin
Maximilien1-Apr-05 9:49
Maximilien1-Apr-05 9:49 
GeneralRe: Substituting in an if statement Pin
Cpt Rick1-Apr-05 10:07
Cpt Rick1-Apr-05 10:07 
GeneralRe: Substituting in an if statement Pin
Blake Miller1-Apr-05 12:05
Blake Miller1-Apr-05 12:05 
GeneralRe: Substituting in an if statement Pin
Michael Dunn1-Apr-05 16:46
sitebuilderMichael Dunn1-Apr-05 16:46 
GeneralMemory Leaks Pin
Grahamfff1-Apr-05 9:16
Grahamfff1-Apr-05 9:16 
I get the following Memory Leaks warning when my Dialog MCF program ends.

Detected memory leaks!
Dumping objects ->
c:\hctsemu\emulation\exampledlg.cpp(1648) : {644378} client block at 0x013A0A70, subtype c0, 404 bytes long.
a CSigDlg object at $013A0A70, 404 bytes long
Object dump complete.
The program '[3732] Example.exe: Native' has exited with code 20 (0x14).


This is using the following code to provide details:-

// Memory leak detection
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
#include ".\ssic_exampledlg.h"
// End of Memoy Leak detection stuff


Can any experts out there help me to home in on the memory leak please.

Graham.

grahamfff
GeneralRe: Memory Leaks Pin
Alexander M.,1-Apr-05 9:54
Alexander M.,1-Apr-05 9:54 
GeneralRe: Memory Leaks Pin
Maximilien1-Apr-05 9:55
Maximilien1-Apr-05 9:55 
GeneralRe: Memory Leaks Pin
David Crow1-Apr-05 9:56
David Crow1-Apr-05 9:56 
GeneralC++ Help Pin
BRIMID1-Apr-05 8:34
BRIMID1-Apr-05 8:34 
GeneralRe: C++ Help Pin
Alexander M.,1-Apr-05 9:56
Alexander M.,1-Apr-05 9:56 
GeneralRe: C++ Help Pin
NewbieStats1-Apr-05 10:51
NewbieStats1-Apr-05 10:51 
GeneralRe: C++ Help Pin
namaskaaram3-Apr-05 23:50
namaskaaram3-Apr-05 23:50 
GeneralRe: C++ Help Pin
FlyingTinman4-Apr-05 12:57
FlyingTinman4-Apr-05 12:57 
GeneralClass with CRect / CPoint Variable Pin
Anonymous1-Apr-05 5:13
Anonymous1-Apr-05 5:13 
GeneralRe: Class with CRect / CPoint Variable Pin
Anonymous1-Apr-05 5:24
Anonymous1-Apr-05 5:24 
GeneralRe: Class with CRect / CPoint Variable Pin
David Crow1-Apr-05 5:29
David Crow1-Apr-05 5:29 
GeneralRe: Class with CRect / CPoint Variable Pin
poiut1-Apr-05 6:03
poiut1-Apr-05 6:03 
GeneralRe: Class with CRect / CPoint Variable Pin
David Crow1-Apr-05 6:14
David Crow1-Apr-05 6:14 
GeneralRe: Class with CRect / CPoint Variable Pin
Anonymous1-Apr-05 6:35
Anonymous1-Apr-05 6:35 
GeneralRe: Class with CRect / CPoint Variable Pin
David Crow1-Apr-05 7:43
David Crow1-Apr-05 7:43 
GeneralRe: Class with CRect / CPoint Variable Pin
poiut1-Apr-05 6:55
poiut1-Apr-05 6:55 
GeneralRe: Class with CRect / CPoint Variable Pin
poiut1-Apr-05 8:43
poiut1-Apr-05 8:43 

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.