Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Array bound checking in C++ Pin
Fred Andres7-Aug-09 10:45
Fred Andres7-Aug-09 10:45 
AnswerRe: Array bound checking in C++ Pin
Joe Woodbury1-Aug-09 10:32
professionalJoe Woodbury1-Aug-09 10:32 
GeneralRe: Array bound checking in C++ Pin
Fred Andres7-Aug-09 10:45
Fred Andres7-Aug-09 10:45 
QuestionWhat happened to search issue of the forum? Pin
includeh1031-Jul-09 10:33
includeh1031-Jul-09 10:33 
AnswerRe: What happened to search issue of the forum? Pin
jeron131-Jul-09 10:36
jeron131-Jul-09 10:36 
QuestionResource Leak [modified] Pin
od@ananzi.co.za31-Jul-09 9:30
od@ananzi.co.za31-Jul-09 9:30 
AnswerRe: Resource Leak Pin
RomanMzh31-Jul-09 11:38
RomanMzh31-Jul-09 11:38 
AnswerRe: Resource Leak Pin
Randor 31-Jul-09 15:07
professional Randor 31-Jul-09 15:07 
I agree with RomanMzh in that it sounds like a GDI resource leak. You can use the task manager to see how many GDI objects your application is using. This MSDN Magazine article should give you enough information to track it down.

Resource Leaks: Detecting, Locating, and Repairing Your Leaky GDI Code[^]

Essentially all you need to do is select the 'GDI Objects' checkbox in the select columns dialog. I would recommend selecting 'Handle Count' as well. If either your GDI objects or handle count continues to increment... you may have a leak.

Best Wishes,
-David Delaune
AnswerRe: Resource Leak Pin
od@ananzi.co.za3-Aug-09 1:52
od@ananzi.co.za3-Aug-09 1:52 
QuestionHow to rotate and scale a bitmap using GDI+ ? Pin
transoft31-Jul-09 8:24
transoft31-Jul-09 8:24 
AnswerRe: How to rotate and scale a bitmap using GDI+ ? Pin
Randor 31-Jul-09 15:37
professional Randor 31-Jul-09 15:37 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
transoft31-Jul-09 16:14
transoft31-Jul-09 16:14 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
Randor 31-Jul-09 17:41
professional Randor 31-Jul-09 17:41 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
transoft1-Aug-09 2:19
transoft1-Aug-09 2:19 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
Randor 1-Aug-09 5:03
professional Randor 1-Aug-09 5:03 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
transoft2-Aug-09 4:08
transoft2-Aug-09 4:08 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
Randor 3-Aug-09 13:37
professional Randor 3-Aug-09 13:37 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
transoft4-Aug-09 0:27
transoft4-Aug-09 0:27 
Question[mfc] making a game trainer [modified] Pin
rahuljin31-Jul-09 7:42
rahuljin31-Jul-09 7:42 
AnswerRe: [mfc] making a game trainer Pin
Rajesh R Subramanian31-Jul-09 7:56
professionalRajesh R Subramanian31-Jul-09 7:56 
AnswerRe: [mfc] making a game trainer Pin
RomanMzh31-Jul-09 11:41
RomanMzh31-Jul-09 11:41 
QuestionSSL Delay Pin
BeerFizz31-Jul-09 6:59
BeerFizz31-Jul-09 6:59 
QuestionPasting into Excel rich content Pin
BadJerry31-Jul-09 6:43
BadJerry31-Jul-09 6:43 
Questionfile not saving properly Pin
Rakesh531-Jul-09 4:59
Rakesh531-Jul-09 4:59 
AnswerRe: file not saving properly Pin
RomanMzh31-Jul-09 5:23
RomanMzh31-Jul-09 5:23 

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.