Click here to Skip to main content
15,890,397 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: static "hell" Pin
_808615-Mar-08 6:57
_808615-Mar-08 6:57 
GeneralRe: static "hell" Pin
dontknowitall15-Mar-08 7:15
dontknowitall15-Mar-08 7:15 
GeneralRe: static "hell" Pin
_808615-Mar-08 7:29
_808615-Mar-08 7:29 
GeneralRe: static "hell" Pin
dontknowitall15-Mar-08 8:32
dontknowitall15-Mar-08 8:32 
QuestionRe: static "hell" Pin
CPallini15-Mar-08 7:52
mveCPallini15-Mar-08 7:52 
GeneralRe: static "hell" Pin
dontknowitall15-Mar-08 8:19
dontknowitall15-Mar-08 8:19 
GeneralRe: static "hell" Pin
CPallini15-Mar-08 9:19
mveCPallini15-Mar-08 9:19 
GeneralRe: static "hell" Pin
dontknowitall15-Mar-08 9:35
dontknowitall15-Mar-08 9:35 
Well, of course. Debug builds include everything (even unused code). In order to see what I'm talking about, it has to be a Release build with program database generation (/Zi, adds about 32 extra bytes to the final EXE but necessary for various things) and you need to be using a static code disassembler (e.g. IDA Pro). In other words, you need to set up your dev. environment so you can reverse-engineer the EXE (binary file) to see what I'm talking about.

BTW, I compiled the simplest EXE possible (console program, displays "Hello") in Release mode and it generates a 160K file with the library, a 56K file without. It should be about 60K. There is 100K of unnecessary code being included.
GeneralRe: static "hell" Pin
CPallini16-Mar-08 3:49
mveCPallini16-Mar-08 3:49 
GeneralRe: static "hell" Pin
Member 75496018-Mar-08 2:42
Member 75496018-Mar-08 2:42 
Generalplz urgent!!! Pin
AbdullahTheGreat15-Mar-08 5:41
AbdullahTheGreat15-Mar-08 5:41 
AnswerRe: plz urgent!!! Pin
Rajesh R Subramanian15-Mar-08 5:44
professionalRajesh R Subramanian15-Mar-08 5:44 
GeneralRe: plz urgent!!! Pin
marcio kovags15-Mar-08 9:21
marcio kovags15-Mar-08 9:21 
GeneralAdd Project into workspace Error Pin
bala_potty15-Mar-08 4:57
bala_potty15-Mar-08 4:57 
GeneralRe: Add Project into workspace Error Pin
Rajkumar R15-Mar-08 10:07
Rajkumar R15-Mar-08 10:07 
GeneralRe: Add Project into workspace Error Pin
bala_potty16-Mar-08 0:08
bala_potty16-Mar-08 0:08 
AnswerRe: Add Project into workspace Error Pin
Rajkumar R16-Mar-08 21:41
Rajkumar R16-Mar-08 21:41 
GeneralRe: Add Project into workspace Error Pin
bala_potty6-Apr-08 2:18
bala_potty6-Apr-08 2:18 
Questionstd::find [By any chance my question is not clear?] Pin
_808615-Mar-08 4:29
_808615-Mar-08 4:29 
AnswerRe: std::find [By any chance my question is not clear?] Pin
Rajkumar R15-Mar-08 9:39
Rajkumar R15-Mar-08 9:39 
GeneralRe: std::find [By any chance my question is not clear?] Pin
_808615-Mar-08 17:21
_808615-Mar-08 17:21 
GeneralRe: std::find [By any chance my question is not clear?] Pin
Rajkumar R15-Mar-08 18:00
Rajkumar R15-Mar-08 18:00 
GeneralRe: std::find [By any chance my question is not clear?] Pin
_808615-Mar-08 19:07
_808615-Mar-08 19:07 
GeneralRe: std::find [By any chance my question is not clear?] Pin
Rajkumar R16-Mar-08 22:58
Rajkumar R16-Mar-08 22:58 
GeneralCompilation Firewalls Pin
George_George15-Mar-08 2:57
George_George15-Mar-08 2:57 

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.