Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Hide Dialog Pin
David Crow12-Feb-10 3:15
David Crow12-Feb-10 3:15 
QuestionHow can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Abhijit D. Babar11-Feb-10 18:53
Abhijit D. Babar11-Feb-10 18:53 
AnswerRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
«_Superman_»11-Feb-10 19:37
professional«_Superman_»11-Feb-10 19:37 
GeneralRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Abhijit D. Babar11-Feb-10 20:08
Abhijit D. Babar11-Feb-10 20:08 
AnswerRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
LunaticFringe11-Feb-10 19:44
LunaticFringe11-Feb-10 19:44 
GeneralRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Abhijit D. Babar11-Feb-10 20:24
Abhijit D. Babar11-Feb-10 20:24 
GeneralRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Emilio Garavaglia11-Feb-10 20:50
Emilio Garavaglia11-Feb-10 20:50 
GeneralRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
CPallini11-Feb-10 21:36
mveCPallini11-Feb-10 21:36 
Abhijit D. Babar wrote:
Use MFC in a Shared DLL - size is 50 KB
Use MFC in Static library - size is 500 KB


Unless you have strict requirements on the executable size (for instance if you need to send the executable on a slow line) such figures are irrelevant: whenever the executables becomes processes (i.e. are loaded by the OS) the amount of wasted memory is roughly the same.
On the other hand, if an efficient executable is needed, why are you using MFC? Roll eyes | :rolleyes:

Smile | :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
KarstenK11-Feb-10 21:07
mveKarstenK11-Feb-10 21:07 
GeneralRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Abhijit D. Babar11-Feb-10 21:12
Abhijit D. Babar11-Feb-10 21:12 
AnswerRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
kirancgi11-Feb-10 21:16
kirancgi11-Feb-10 21:16 
AnswerRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Stuart Dootson11-Feb-10 21:33
professionalStuart Dootson11-Feb-10 21:33 
QuestionProject Management, long compile-times Pin
zqueezy11-Feb-10 10:10
zqueezy11-Feb-10 10:10 
AnswerRe: Project Management, long compile-times Pin
«_Superman_»11-Feb-10 17:32
professional«_Superman_»11-Feb-10 17:32 
AnswerRe: Project Management, long compile-times Pin
Chris Losinger11-Feb-10 17:46
professionalChris Losinger11-Feb-10 17:46 
AnswerRe: Project Management, long compile-times Pin
Stuart Dootson11-Feb-10 21:40
professionalStuart Dootson11-Feb-10 21:40 
QuestionStatic Member Initialization Issue [Solved] Pin
Skippums11-Feb-10 7:56
Skippums11-Feb-10 7:56 
AnswerRe: Static Member Initialization Issue Pin
Stuart Dootson11-Feb-10 8:45
professionalStuart Dootson11-Feb-10 8:45 
GeneralRe: Static Member Initialization Issue Pin
Skippums11-Feb-10 9:23
Skippums11-Feb-10 9:23 
GeneralRe: Static Member Initialization Issue Pin
Stuart Dootson11-Feb-10 9:37
professionalStuart Dootson11-Feb-10 9:37 
GeneralRe: Static Member Initialization Issue Pin
Emilio Garavaglia11-Feb-10 21:04
Emilio Garavaglia11-Feb-10 21:04 
GeneralRe: Static Member Initialization Issue Pin
Skippums11-Feb-10 9:45
Skippums11-Feb-10 9:45 
GeneralRe: Static Member Initialization Issue Pin
Yannick Le Thanh26-Apr-10 22:10
Yannick Le Thanh26-Apr-10 22:10 
QuestionProper way to add item to ListCtrl Pin
Manmohan2911-Feb-10 7:33
Manmohan2911-Feb-10 7:33 
AnswerRe: Proper way to add item to ListCtrl Pin
Richard Andrew x6411-Feb-10 7:40
professionalRichard Andrew x6411-Feb-10 7:40 

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.