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

C / C++ / MFC

 
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 
I have a very large VC++ (Visual Studio 2003) Win32 console application who's memory grows at a steady rate over time. I've tried:

* DevPartner BoundsChecker - System runs out of memory when application is running from BoundsChecker (we use a lot of memory and have lots of allocations)

* umdh - This free tool from Microsoft can't handle the number of allocatino we do, so we can get one, maybe two, tests run before this tool stops giving data.

* Purify - This tool worked to some degree, but also had limitations on how many test iterations it would handle.

* HeapAgent - Just downloaded it.

Any suggestions on tools that can handle a really big application?

Barry Etter
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 
AnswerRe: Suggestions for Memory Leak Tool Pin
Joe Woodbury24-Apr-06 10:20
professionalJoe Woodbury24-Apr-06 10:20 
QuestionHow to get my IP ? Pin
Surivevoli24-Apr-06 7:02
Surivevoli24-Apr-06 7:02 
AnswerRe: How to get my IP ? Pin
Bob X24-Apr-06 7:11
Bob X24-Apr-06 7:11 
GeneralRe: How to get my IP ? Pin
Surivevoli24-Apr-06 8:13
Surivevoli24-Apr-06 8:13 
GeneralRe: How to get my IP ? Pin
Bob X24-Apr-06 10:24
Bob X24-Apr-06 10:24 

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.