Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Niko Tanghe26-Jul-02 1:06
Niko Tanghe26-Jul-02 1:06 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Tomasz Sowinski26-Jul-02 1:13
Tomasz Sowinski26-Jul-02 1:13 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Niko Tanghe26-Jul-02 1:52
Niko Tanghe26-Jul-02 1:52 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Tomasz Sowinski26-Jul-02 2:01
Tomasz Sowinski26-Jul-02 2:01 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Niko Tanghe26-Jul-02 2:27
Niko Tanghe26-Jul-02 2:27 
GeneralMemory Leaks - HELP REALY NEEDED Pin
klm25-Jul-02 21:49
klm25-Jul-02 21:49 
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
Daniel Lohmann25-Jul-02 22:38
Daniel Lohmann25-Jul-02 22:38 
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
klm25-Jul-02 22:46
klm25-Jul-02 22:46 
Hello Daniel,

I have a breakpoint in the destructor, but the destructor is never called.

My problem/question:

i have this member-variable of my own class (in the header of a dialog, the member-variable is global):

CMyOwnClass m_test;

When i exit my programm the debugger print me a message "Detecting Memory Leaks!" with the adress of a CBitmap object. That CBitmap object create i via new i the constructor of CMyOwnClass. And i would like to delete the in the destructor.

When call windows/visual c++ the destructor of CMyOwnClass? NEVER?


Thank you for your reply!
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
Daniel Lohmann25-Jul-02 23:54
Daniel Lohmann25-Jul-02 23:54 
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
klm26-Jul-02 0:03
klm26-Jul-02 0:03 
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
klm25-Jul-02 23:48
klm25-Jul-02 23:48 
Generalerror in Mmsystem.h Pin
Wil25-Jul-02 20:48
Wil25-Jul-02 20:48 
GeneralRe: error in Mmsystem.h Pin
Mukkie26-Jul-02 5:16
Mukkie26-Jul-02 5:16 
GeneralTreeView_GetParent Pin
NullStream25-Jul-02 20:38
NullStream25-Jul-02 20:38 
GeneralRe: TreeView_GetParent Pin
Mike Upton25-Jul-02 23:14
Mike Upton25-Jul-02 23:14 
GeneralLast visible line in a CRichEditCtrl Pin
jabbaj25-Jul-02 20:28
jabbaj25-Jul-02 20:28 
GeneralRetrieving System information in Windows 98 Pin
Sandeep Shetty25-Jul-02 18:44
Sandeep Shetty25-Jul-02 18:44 
GeneralRe: Retrieving System information in Windows 98 Pin
Mukkie26-Jul-02 5:24
Mukkie26-Jul-02 5:24 
Questionhow to extract a piece of the CString? Pin
nss25-Jul-02 16:33
nss25-Jul-02 16:33 
AnswerRe: how to extract a piece of the CString? Pin
Christian Graus25-Jul-02 16:37
protectorChristian Graus25-Jul-02 16:37 
GeneralRe: how to extract a piece of the CString? Pin
Rama Krishna Vavilala25-Jul-02 16:41
Rama Krishna Vavilala25-Jul-02 16:41 
GeneralRe: how to extract a piece of the CString? Pin
Christian Graus25-Jul-02 16:45
protectorChristian Graus25-Jul-02 16:45 
GeneralRe: how to extract a piece of the CString? Pin
Daniel Lohmann25-Jul-02 22:50
Daniel Lohmann25-Jul-02 22:50 
GeneralRe: how to extract a piece of the CString? Pin
Tomasz Sowinski25-Jul-02 23:36
Tomasz Sowinski25-Jul-02 23:36 
GeneralRe: how to extract a piece of the CString? Pin
Christian Graus26-Jul-02 1:58
protectorChristian Graus26-Jul-02 1:58 

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.