Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: set icon for a CButton Pin
venadder25-Apr-06 5:02
venadder25-Apr-06 5:02 
Questionimage comparing Pin
ali2121212121212124-Apr-06 8:47
ali2121212121212124-Apr-06 8:47 
AnswerRe: image comparing Pin
Aqueel24-Apr-06 17:27
Aqueel24-Apr-06 17:27 
AnswerRe: image comparing Pin
Rilhas25-Apr-06 8:20
Rilhas25-Apr-06 8:20 
Questionmicrosoft GUI standards Pin
viperlogic24-Apr-06 8:08
viperlogic24-Apr-06 8:08 
AnswerRe: microsoft GUI standards Pin
Jim Crafton24-Apr-06 9:39
Jim Crafton24-Apr-06 9:39 
Questionhow big array size does a visual c++ program allow ? Pin
mrby12324-Apr-06 8:06
mrby12324-Apr-06 8:06 
AnswerRe: how big array size does a visual c++ program allow ? Pin
basementman24-Apr-06 8:23
basementman24-Apr-06 8:23 
GeneralRe: how big array size does a visual c++ program allow ? Pin
mrby12324-Apr-06 8:46
mrby12324-Apr-06 8:46 
GeneralRe: how big array size does a visual c++ program allow ? Pin
Nacho Chip24-Apr-06 9:26
Nacho Chip24-Apr-06 9:26 
GeneralRe: how big array size does a visual c++ program allow ? Pin
mrby12324-Apr-06 10:07
mrby12324-Apr-06 10:07 
GeneralRe: how big array size does a visual c++ program allow ? Pin
mrby12324-Apr-06 9:27
mrby12324-Apr-06 9:27 
GeneralRe: how big array size does a visual c++ program allow ? Pin
Maximilien24-Apr-06 10:02
Maximilien24-Apr-06 10:02 
GeneralRe: how big array size does a visual c++ program allow ? Pin
mrby12324-Apr-06 10:07
mrby12324-Apr-06 10:07 
Answer[Message Deleted] Pin
Joe Woodbury24-Apr-06 10:08
professionalJoe Woodbury24-Apr-06 10:08 
GeneralRe: how big array size does a visual c++ program allow ? Pin
venadder24-Apr-06 10:10
venadder24-Apr-06 10:10 
GeneralRe: how big array size does a visual c++ program allow ? Pin
mrby12324-Apr-06 10:11
mrby12324-Apr-06 10:11 
GeneralRe: how big array size does a visual c++ program allow ? Pin
David Crow24-Apr-06 10:19
David Crow24-Apr-06 10:19 
GeneralRe: how big array size does a visual c++ program allow ? Pin
Rilhas25-Apr-06 9:22
Rilhas25-Apr-06 9:22 
AnswerRe: how big array size does a visual c++ program allow ? Pin
Stephen Hewitt24-Apr-06 21:54
Stephen Hewitt24-Apr-06 21:54 
GeneralRe: how big array size does a visual c++ program allow ? Pin
mrby12325-Apr-06 16:03
mrby12325-Apr-06 16:03 
QuestionSuggestions for Memory Leak Tool Pin
Barry Etter24-Apr-06 7:10
Barry Etter24-Apr-06 7:10 
AnswerRe: Suggestions for Memory Leak Tool Pin
Maximilien24-Apr-06 7:49
Maximilien24-Apr-06 7:49 
AnswerRe: Suggestions for Memory Leak Tool Pin
Shog924-Apr-06 8:00
sitebuilderShog924-Apr-06 8:00 
Start with this:
http://www.codeproject.com/tools/leakfinder.asp[^]
Customize to fit your needs. As Max said, you'll want to cut down the scope to where it is manageable. A good way to do this is to identify operations that *shouldn't* leave memory allocated, and wrap them in checks. Starting with the larger operations and narrowing scope should let you zone in on the problem fairly quickly.

Oh, and i should also mention this tool:
http://www.softwareverify.com/memoryValidator/index.html[^]
I've found it to be a good deal faster than BoundsChecker, and it also has the ability to start and stop data collection, which can be quite nice when you want to ignore initial allocations.


Now taking suggestions for the next release of CPhog...

AnswerRe: Suggestions for Memory Leak Tool Pin
Joe Woodbury24-Apr-06 10:20
professionalJoe Woodbury24-Apr-06 10:20 

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.