Click here to Skip to main content
16,007,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setting & Getting ItemData Pin
Steve L.19-Jun-02 1:52
Steve L.19-Jun-02 1:52 
Generallock-up catching excel events Pin
Zizilamoroso18-Jun-02 23:56
Zizilamoroso18-Jun-02 23:56 
GeneralRe: lock-up catching excel events Pin
Zizilamoroso19-Jun-02 1:18
Zizilamoroso19-Jun-02 1:18 
GeneralMFC Automation embedded Ms Word window bring to top Pin
Braulio Dez18-Jun-02 23:51
Braulio Dez18-Jun-02 23:51 
GeneralVS7 and Icons Pin
Dennis Alden18-Jun-02 23:51
Dennis Alden18-Jun-02 23:51 
GeneralRe: VS7 and Icons Pin
Dennis Alden19-Jun-02 0:14
Dennis Alden19-Jun-02 0:14 
Generalmemory leak Pin
Rage18-Jun-02 23:34
professionalRage18-Jun-02 23:34 
GeneralRe: memory leak Pin
Prem Kumar18-Jun-02 23:41
Prem Kumar18-Jun-02 23:41 
hi,
It does not mean that the piece of code is causing the memory leak,
but rather that the memory allocated at this point has not been freed.

Also you should be careful abt tracking the leaks with this
method because the number only indicates that the n-th allocation is
leaked-->this may change if you change the sequence of the actions when
testing or debugging.
GeneralRe: memory leak Pin
Rage18-Jun-02 23:45
professionalRage18-Jun-02 23:45 
GeneralRe: memory leak Pin
Prem Kumar18-Jun-02 23:51
Prem Kumar18-Jun-02 23:51 
GeneralRe: memory leak Pin
Rage19-Jun-02 0:07
professionalRage19-Jun-02 0:07 
GeneralRe: memory leak Pin
Prem Kumar19-Jun-02 0:11
Prem Kumar19-Jun-02 0:11 
GeneralRe: memory leak Pin
JohnnyG19-Jun-02 3:16
JohnnyG19-Jun-02 3:16 
GeneralDebug assertion failed Pin
Rsh18-Jun-02 23:24
Rsh18-Jun-02 23:24 
GeneralRe: Debug assertion failed Pin
Rage18-Jun-02 23:36
professionalRage18-Jun-02 23:36 
GeneralRe: Debug assertion failed Pin
Prem Kumar18-Jun-02 23:45
Prem Kumar18-Jun-02 23:45 
GeneralRe: Debug assertion failed Pin
Rsh19-Jun-02 0:00
Rsh19-Jun-02 0:00 
GeneralRe: Debug assertion failed Pin
Prem Kumar19-Jun-02 0:06
Prem Kumar19-Jun-02 0:06 
GeneralRe: Debug assertion failed Pin
Rsh19-Jun-02 0:16
Rsh19-Jun-02 0:16 
GeneralRe: Debug assertion failed Pin
Rage19-Jun-02 2:09
professionalRage19-Jun-02 2:09 
GeneralRe: Debug assertion failed Pin
Chad Koehler19-Jun-02 7:28
Chad Koehler19-Jun-02 7:28 
GeneralRe: Debug assertion failed Pin
Rsh19-Jun-02 21:37
Rsh19-Jun-02 21:37 
QuestionFloating CMDIChildFrame? Pin
Jimmy_H18-Jun-02 22:28
Jimmy_H18-Jun-02 22:28 
AnswerRe: Floating CMDIChildFrame? Pin
Jon Newman18-Jun-02 23:12
Jon Newman18-Jun-02 23:12 
GeneralRe: Floating CMDIChildFrame? Pin
Jimmy_H18-Jun-02 23:39
Jimmy_H18-Jun-02 23:39 

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.