Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Create Header & Source Files Pin
Frank K3-Aug-03 19:52
Frank K3-Aug-03 19:52 
GeneralRe: Create Header & Source Files Pin
Toni783-Aug-03 19:54
Toni783-Aug-03 19:54 
GeneralVC++ method to get List of Pluggins installed Pin
RaajaOfSelf3-Aug-03 18:43
RaajaOfSelf3-Aug-03 18:43 
GeneralXML access Pin
deanoA3-Aug-03 17:31
deanoA3-Aug-03 17:31 
GeneralRe: XML access Pin
Ravi Bhavnani3-Aug-03 19:40
professionalRavi Bhavnani3-Aug-03 19:40 
QuestionWhy there are memory leaks? Pin
EastDragon3-Aug-03 16:48
EastDragon3-Aug-03 16:48 
AnswerRe: Why there are memory leaks? Pin
Brian Shifrin3-Aug-03 17:05
Brian Shifrin3-Aug-03 17:05 
AnswerRe: Why there are memory leaks? Pin
Joe Woodbury3-Aug-03 22:14
professionalJoe Woodbury3-Aug-03 22:14 
In addition to what Brian said, some leaks are due to improper termination. Many termination leaks are due to how the leak detecting program monitors the DLL. In some cases, they do not, or cannot, check memory in the proper spot. Regardless, these are of no real concern.

I haven't used Purify, but they should have a filter file for each compiler and library used. Be aware that on a few occasions these programs will do a false detection. I have perfectly legitimate code that totally "stumps" BoundsChecker as well as other programs.

The leaks to be concerned about are those that happen while the program is running.

GeneralOverriding "Window | Close All" Pin
Ravi Bhavnani3-Aug-03 16:39
professionalRavi Bhavnani3-Aug-03 16:39 
GeneralRe: Overriding "Window | Close All" Pin
Neville Franks4-Aug-03 0:26
Neville Franks4-Aug-03 0:26 
GeneralRe: Overriding "Window | Close All" Pin
Ravi Bhavnani4-Aug-03 3:27
professionalRavi Bhavnani4-Aug-03 3:27 
GeneralRe: Overriding "Window | Close All" Pin
Neville Franks4-Aug-03 3:35
Neville Franks4-Aug-03 3:35 
GeneralRe: Overriding "Window | Close All" Pin
Ravi Bhavnani5-Aug-03 1:27
professionalRavi Bhavnani5-Aug-03 1:27 
Generalreseditor Pin
devvvy3-Aug-03 16:28
devvvy3-Aug-03 16:28 
QuestionChange wallpaper & Active Desktop ? Pin
blueinred3-Aug-03 16:13
blueinred3-Aug-03 16:13 
AnswerRe: Change wallpaper & Active Desktop ? Pin
zeki yugnak4-Aug-03 3:18
zeki yugnak4-Aug-03 3:18 
GeneralRe: Change wallpaper & Active Desktop ? Pin
zeki yugnak4-Aug-03 3:20
zeki yugnak4-Aug-03 3:20 
GeneralUnable to format text in a RichEdit, not using MFC Pin
Aidman3-Aug-03 10:49
Aidman3-Aug-03 10:49 
Generalfound the problem Pin
Aidman3-Aug-03 12:58
Aidman3-Aug-03 12:58 
Generalnoob platform sdk/borland c++ 5.5 setup question Pin
rodent¹3-Aug-03 9:08
rodent¹3-Aug-03 9:08 
GeneralAfxWndProc hook Pin
Joe49163-Aug-03 8:44
Joe49163-Aug-03 8:44 
GeneralRe: AfxWndProc hook Pin
MAAK3-Aug-03 11:33
MAAK3-Aug-03 11:33 
GeneralRe: AfxWndProc hook Pin
Ryan Binns3-Aug-03 20:20
Ryan Binns3-Aug-03 20:20 
GeneralRe: AfxWndProc hook Pin
Joe49169-Aug-03 3:52
Joe49169-Aug-03 3:52 
GeneralRedistributing MFC from the web Pin
Shutter3-Aug-03 6:38
Shutter3-Aug-03 6:38 

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.