Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I guess this is impossible! Pin
Ernest Laurentin18-Dec-01 6:27
Ernest Laurentin18-Dec-01 6:27 
GeneralRe: I guess this is impossible! Pin
Fazlul Kabir18-Dec-01 6:43
Fazlul Kabir18-Dec-01 6:43 
GeneralDLL Hooking Pin
digitalml17-Dec-01 20:57
digitalml17-Dec-01 20:57 
GeneralRe: DLL Hooking Pin
Ernest Laurentin18-Dec-01 4:09
Ernest Laurentin18-Dec-01 4:09 
GeneralSample Bitmaped Context Menu Pin
Eugene Pustovoyt17-Dec-01 19:17
Eugene Pustovoyt17-Dec-01 19:17 
Generalmemory leak Pin
17-Dec-01 17:10
suss17-Dec-01 17:10 
GeneralRe: memory leak Pin
Christian Graus17-Dec-01 17:12
protectorChristian Graus17-Dec-01 17:12 
GeneralRe: memory leak Pin
Rick York17-Dec-01 17:21
mveRick York17-Dec-01 17:21 
This line :

CFont* font = new CFont;

is the cause of the leak. There is no corresponding delete and using new does not result in automatic deletion when leaving scope. If this font needs to stay around it should probably be a member of your view class.

GeneralRe: memory leak Pin
18-Dec-01 3:24
suss18-Dec-01 3:24 
Questionwhy does CAsyncSocket.Create always Bind? Pin
AnonymousBabe@usa.net17-Dec-01 16:03
AnonymousBabe@usa.net17-Dec-01 16:03 
GeneralPrint Preview appears in German, only in Debug builds Pin
Andy Hassall17-Dec-01 14:26
Andy Hassall17-Dec-01 14:26 
GeneralRe: Print Preview appears in German, only in Debug builds Pin
Nish Nishant17-Dec-01 16:26
sitebuilderNish Nishant17-Dec-01 16:26 
GeneralRemove - Untitled Pin
Matt Newman17-Dec-01 13:52
Matt Newman17-Dec-01 13:52 
GeneralRe: Remove - Untitled Pin
Bill Wilson17-Dec-01 13:56
Bill Wilson17-Dec-01 13:56 
GeneralRe: Remove - Untitled Pin
Matt Newman17-Dec-01 13:59
Matt Newman17-Dec-01 13:59 
GeneralRe: Remove - Untitled Pin
Michael Dunn17-Dec-01 14:57
sitebuilderMichael Dunn17-Dec-01 14:57 
GeneralPicture on Dialog Box Pin
17-Dec-01 13:50
suss17-Dec-01 13:50 
GeneralRe: Picture on Dialog Box Pin
Christian Graus17-Dec-01 13:54
protectorChristian Graus17-Dec-01 13:54 
GeneralOpen URL in a new window Pin
17-Dec-01 13:04
suss17-Dec-01 13:04 
GeneralRe: Open URL in a new window Pin
Nish Nishant17-Dec-01 16:30
sitebuilderNish Nishant17-Dec-01 16:30 
GeneralAvoiding automatic resizing of MDIChild window Pin
Prashant Tiwari17-Dec-01 11:55
Prashant Tiwari17-Dec-01 11:55 
Generalpotential memory problem but free source code Pin
Kuniva17-Dec-01 10:51
Kuniva17-Dec-01 10:51 
GeneralRe: potential memory problem but free source code Pin
Derek Waters17-Dec-01 11:20
Derek Waters17-Dec-01 11:20 
GeneralRe: potential memory problem but free source code Pin
Kuniva18-Dec-01 0:11
Kuniva18-Dec-01 0:11 
GeneralDirectX and MFC Pin
Matt Newman17-Dec-01 10:34
Matt Newman17-Dec-01 10:34 

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.