Click here to Skip to main content
15,889,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:23
Shy Agam22-Mar-08 4:23 
GeneralRe: Non-GUI Application with small memory consumption... Pin
rp_suman22-Mar-08 4:32
rp_suman22-Mar-08 4:32 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:35
Shy Agam22-Mar-08 4:35 
QuestionRe: Non-GUI Application with small memory consumption... Pin
Moak22-Mar-08 4:11
Moak22-Mar-08 4:11 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:14
Shy Agam22-Mar-08 4:14 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Moak22-Mar-08 4:31
Moak22-Mar-08 4:31 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:34
Shy Agam22-Mar-08 4:34 
GeneralRe: Non-GUI Application with small memory consumption... [modified] Pin
Moak22-Mar-08 4:42
Moak22-Mar-08 4:42 
Shy Agam wrote:
My goal is to make the Mem Usage column display 320k or less...


Even though that is not the memory that the application will consume?

Who is repsonsible for those requirements, would he consider using a root kit that hides the presence of the process from the task manager? Just kidding... you are misinterpreting the data returned from the task manager. What you see there is something like the size of the virtual address space in use which includes system DLLs... but no empty WinMain() application will use up 320K free system memory, how could an empty program waste multiple KB? See How big is my program[^].

Hope it helps Smile | :)

/M


modified on Saturday, March 22, 2008 10:53 AM

GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 4:50
Shy Agam22-Mar-08 4:50 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Moak22-Mar-08 4:56
Moak22-Mar-08 4:56 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 5:09
Shy Agam22-Mar-08 5:09 
GeneralRe: Non-GUI Application with small memory consumption... Pin
rp_suman22-Mar-08 4:38
rp_suman22-Mar-08 4:38 
GeneralRe: Non-GUI Application with small memory consumption... Pin
Shy Agam22-Mar-08 5:08
Shy Agam22-Mar-08 5:08 
GeneralRe: Non-GUI Application with small memory consumption... Pin
rp_suman22-Mar-08 5:15
rp_suman22-Mar-08 5:15 
GeneralRe: Non-GUI Application with small memory consumption... Pin
David Crow24-Mar-08 6:26
David Crow24-Mar-08 6:26 
GeneralDateTime in MFC application Pin
Sushma K21-Mar-08 23:47
Sushma K21-Mar-08 23:47 
GeneralRe: DateTime in MFC application Pin
CPallini22-Mar-08 0:14
mveCPallini22-Mar-08 0:14 
GeneralRe: DateTime in MFC application Pin
Sushma K22-Mar-08 0:36
Sushma K22-Mar-08 0:36 
GeneralRe: DateTime in MFC application Pin
CPallini22-Mar-08 2:35
mveCPallini22-Mar-08 2:35 
GeneralRe: DateTime in MFC application Pin
Paresh Chitte23-Mar-08 23:40
Paresh Chitte23-Mar-08 23:40 
GeneralRe: DateTime in MFC application Pin
Rajkumar R22-Mar-08 0:17
Rajkumar R22-Mar-08 0:17 
GeneralStack register/pointer problem Pin
ForNow21-Mar-08 11:25
ForNow21-Mar-08 11:25 
GeneralRe: Stack register/pointer problem Pin
Arman S.21-Mar-08 13:14
Arman S.21-Mar-08 13:14 
GeneralRe: Stack register/pointer problem Pin
ForNow22-Mar-08 14:35
ForNow22-Mar-08 14:35 
GeneralRe: Stack register/pointer problem Pin
Arman S.23-Mar-08 0:11
Arman S.23-Mar-08 0:11 

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.