Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCSIDL_SYSTEM Pin
john563216-Feb-09 19:58
john563216-Feb-09 19:58 
AnswerRe: CSIDL_SYSTEM Pin
Stuart Dootson16-Feb-09 21:20
professionalStuart Dootson16-Feb-09 21:20 
AnswerRe: CSIDL_SYSTEM Pin
«_Superman_»16-Feb-09 21:21
professional«_Superman_»16-Feb-09 21:21 
QuestionNiblack binarization algorithm in c++ Pin
Bindas Samanta16-Feb-09 19:48
Bindas Samanta16-Feb-09 19:48 
AnswerRe: Niblack binarization algorithm in c++ Pin
Cedric Moonen16-Feb-09 20:34
Cedric Moonen16-Feb-09 20:34 
AnswerRe: Niblack binarization algorithm in c++ Pin
CPallini16-Feb-09 21:52
mveCPallini16-Feb-09 21:52 
QuestionShall we decrease size of Exe in MFC application ? Pin
Le@rner16-Feb-09 19:00
Le@rner16-Feb-09 19:00 
AnswerRe: Shall we decrease size of Exe in MFC application ? Pin
_AnsHUMAN_ 16-Feb-09 19:38
_AnsHUMAN_ 16-Feb-09 19:38 
Suggestion 1.
1> Use ATL instead of MFC and don't link to libraries you don't really need.
Suggestion 2.
1) Dynamically link your program with the MFC library. This will give you a minimum reduce of at least 2031%.
2) Go to Project Settings dialog.
3) Click the 'C/C++' tab.
4) In the 'Optimizations' combo box, choose 'Minimize size'. Click OK to close this dialog. The file size is decreased now
5) Build and compile your executable.
Now check the file size.
Suggestion 3.
Download and use some tool to decrease the size of your exe.

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
Le@rner16-Feb-09 19:53
Le@rner16-Feb-09 19:53 
GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
_AnsHUMAN_ 16-Feb-09 20:51
_AnsHUMAN_ 16-Feb-09 20:51 
AnswerRe: Shall we decrease size of Exe in MFC application ? Pin
Maya_16-Feb-09 19:41
Maya_16-Feb-09 19:41 
AnswerRe: Shall we decrease size of Exe in MFC application ? Pin
SandipG 16-Feb-09 19:46
SandipG 16-Feb-09 19:46 
GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
Le@rner16-Feb-09 19:49
Le@rner16-Feb-09 19:49 
GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
SandipG 16-Feb-09 20:01
SandipG 16-Feb-09 20:01 
AnswerRe: Shall we decrease size of Exe in MFC application ? Pin
Nishad S16-Feb-09 19:47
Nishad S16-Feb-09 19:47 
GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
Le@rner16-Feb-09 19:50
Le@rner16-Feb-09 19:50 
GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
Nishad S16-Feb-09 20:01
Nishad S16-Feb-09 20:01 
GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
Le@rner16-Feb-09 23:52
Le@rner16-Feb-09 23:52 
GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
David Crow17-Feb-09 2:59
David Crow17-Feb-09 2:59 
QuestionMultiple digital signature for binaries. Pin
birajendu16-Feb-09 18:45
birajendu16-Feb-09 18:45 
QuestionBringWindowtotop function not working Pin
Pryabu16-Feb-09 18:27
Pryabu16-Feb-09 18:27 
AnswerRe: BringWindowtotop function not working Pin
Rajesh R Subramanian16-Feb-09 18:45
professionalRajesh R Subramanian16-Feb-09 18:45 
AnswerRe: BringWindowtotop function not working Pin
Paresh Chitte16-Feb-09 19:51
Paresh Chitte16-Feb-09 19:51 
QuestionRPC Library in Visual Studio 2008 Pin
vijith.squadz16-Feb-09 17:08
professionalvijith.squadz16-Feb-09 17:08 
AnswerRe: RPC Library in Visual Studio 2008 Pin
Stuart Dootson16-Feb-09 21:27
professionalStuart Dootson16-Feb-09 21:27 

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.