Click here to Skip to main content
16,011,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DCOM with Visual C++ Pin
Anand Amirineni15-Mar-02 14:54
Anand Amirineni15-Mar-02 14:54 
QuestionHow to stop this memory leak? Pin
Mark Tutt15-Mar-02 8:03
Mark Tutt15-Mar-02 8:03 
AnswerRe: How to stop this memory leak? Pin
Christian Graus15-Mar-02 10:27
protectorChristian Graus15-Mar-02 10:27 
GeneralRe: How to stop this memory leak? Pin
Mark Tutt15-Mar-02 10:32
Mark Tutt15-Mar-02 10:32 
GeneralStrings!!! Pin
15-Mar-02 7:49
suss15-Mar-02 7:49 
GeneralRe: Strings!!! Pin
Mike.NET15-Mar-02 8:00
Mike.NET15-Mar-02 8:00 
QuestionHow to make MFC apps use less RAM? Pin
Mike.NET15-Mar-02 7:44
Mike.NET15-Mar-02 7:44 
AnswerRe: How to make MFC apps use less RAM? Pin
Shog915-Mar-02 7:53
sitebuilderShog915-Mar-02 7:53 
Starting at the end, you don't have to *tell* windows to use the page file, it will do so on it's own; not sure what algorithm it uses to determine what blocks to swap out, but i'm sure as long as your program is sitting quietly, it will Do The Right Thing. Smile | :)

If you want to try using something other than MFC, ATL+WTL sounds like it might be a good choice. Don't use it myself though, so can't say for sure.

Finally, a quick-and-easy way to go would be to compile using MFC as a shared library, and use some of the tips given in these articles:
http://www.codeproject.com/tips/reducesixeexe.asp
http://www.codeproject.com/tips/aggressiveoptimize.asp


And if words were wisdom, I'd be talking even more.
The Offspring, I Choose

GeneralVisual Studio .NET customization Pin
Todd Smith15-Mar-02 7:26
Todd Smith15-Mar-02 7:26 
GeneralCalling CListview in MDI application Pin
Jasmyn15-Mar-02 6:05
Jasmyn15-Mar-02 6:05 
Generalfurther details Pin
Jasmyn15-Mar-02 6:43
Jasmyn15-Mar-02 6:43 
Questiontoo simple question about modeless dialog? Pin
lucy15-Mar-02 5:11
lucy15-Mar-02 5:11 
AnswerRe: too simple question about modeless dialog? Pin
Tomasz Sowinski15-Mar-02 5:22
Tomasz Sowinski15-Mar-02 5:22 
GeneralRe: too simple question about modeless dialog? Pin
lucy15-Mar-02 6:02
lucy15-Mar-02 6:02 
GeneralRe: too simple question about modeless dialog? Pin
lucy15-Mar-02 6:21
lucy15-Mar-02 6:21 
GeneralOLEDB Provider Pin
Mauricio Ritter15-Mar-02 4:46
Mauricio Ritter15-Mar-02 4:46 
GeneralRe: OLEDB Provider Pin
Tomasz Sowinski15-Mar-02 4:55
Tomasz Sowinski15-Mar-02 4:55 
GeneralRe: OLEDB Provider Pin
Mauricio Ritter15-Mar-02 5:02
Mauricio Ritter15-Mar-02 5:02 
Generalhardware access, direct control, driver source Pin
Kuniva15-Mar-02 4:45
Kuniva15-Mar-02 4:45 
GeneralRe: hardware access, direct control, driver source Pin
Tomasz Sowinski15-Mar-02 4:49
Tomasz Sowinski15-Mar-02 4:49 
GeneralFlush System Buffers for a Drive Pin
Brad Manske15-Mar-02 4:22
Brad Manske15-Mar-02 4:22 
GeneralRe: Flush System Buffers for a Drive Pin
Tomasz Sowinski15-Mar-02 4:30
Tomasz Sowinski15-Mar-02 4:30 
GeneralRe: Flush System Buffers for a Drive Pin
Brad Manske15-Mar-02 4:36
Brad Manske15-Mar-02 4:36 
GeneralRe: Flush System Buffers for a Drive Pin
Tomasz Sowinski15-Mar-02 4:41
Tomasz Sowinski15-Mar-02 4:41 
GeneralRe: Flush System Buffers for a Drive Pin
Ravi Bhavnani15-Mar-02 4:38
professionalRavi Bhavnani15-Mar-02 4: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.