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

C / C++ / MFC

 
QuestionMemory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
Abhijit_Satpute16-May-11 18:34
Abhijit_Satpute16-May-11 18:34 
AnswerRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
Hans Dietrich16-May-11 22:20
mentorHans Dietrich16-May-11 22:20 
GeneralRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
Abhijit_Satpute17-May-11 1:45
Abhijit_Satpute17-May-11 1:45 
AnswerRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
Hans Dietrich17-May-11 2:04
mentorHans Dietrich17-May-11 2:04 
GeneralRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
Abhijit_Satpute17-May-11 5:00
Abhijit_Satpute17-May-11 5:00 
QuestionRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
David Crow17-May-11 3:00
David Crow17-May-11 3:00 
AnswerRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
Abhijit_Satpute17-May-11 4:59
Abhijit_Satpute17-May-11 4:59 
GeneralRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
David Crow17-May-11 5:03
David Crow17-May-11 5:03 
Abhijit_Satpute wrote:
With the help of Task manager.

Not a good choice. TM does not tell you how much memory your program is using, but the amount of address space that is in use, which differs from the amount of that address space your program is actually using.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather


GeneralRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
Abhijit_Satpute17-May-11 5:25
Abhijit_Satpute17-May-11 5:25 
QuestionRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
David Crow17-May-11 5:51
David Crow17-May-11 5:51 
AnswerRe: Memory leak in CListCtrl::InsertColumn() and CListCtrl::DeleteColumn(). Can anybody explain why this is happning? Pin
Abhijit_Satpute17-May-11 19:58
Abhijit_Satpute17-May-11 19:58 
QuestionStart application at specific time Pin
Pranit Kothari15-May-11 22:00
Pranit Kothari15-May-11 22:00 
AnswerRe: Start application at specific time Pin
Richard MacCutchan15-May-11 22:09
mveRichard MacCutchan15-May-11 22:09 
GeneralRe: Start application at specific time Pin
Pranit Kothari16-May-11 0:30
Pranit Kothari16-May-11 0:30 
GeneralRe: Start application at specific time Pin
Richard MacCutchan16-May-11 1:08
mveRichard MacCutchan16-May-11 1:08 
GeneralRe: Start application at specific time Pin
Pranit Kothari16-May-11 1:12
Pranit Kothari16-May-11 1:12 
GeneralRe: Start application at specific time Pin
ShilpiP16-May-11 1:46
ShilpiP16-May-11 1:46 
GeneralRe: Start application at specific time Pin
Pranit Kothari16-May-11 2:02
Pranit Kothari16-May-11 2:02 
GeneralRe: Start application at specific time Pin
ShilpiP16-May-11 2:11
ShilpiP16-May-11 2:11 
GeneralRe: Start application at specific time Pin
Pranit Kothari16-May-11 2:34
Pranit Kothari16-May-11 2:34 
GeneralRe: Start application at specific time Pin
ShilpiP16-May-11 2:55
ShilpiP16-May-11 2:55 
AnswerRe: Start application at specific time Pin
Rhuros15-May-11 22:46
professionalRhuros15-May-11 22:46 
QuestionStatic class members Pin
csrss15-May-11 5:37
csrss15-May-11 5:37 
AnswerRe: Static class members Pin
Luc Pattyn15-May-11 5:46
sitebuilderLuc Pattyn15-May-11 5:46 
GeneralRe: Static class members Pin
csrss15-May-11 6:02
csrss15-May-11 6:02 

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.