Author: TheOneTheOne
Date: May 14, 2008 02:56
I have an Mfc dialog-based app which simply gets arguments and
generating files.
Because it doesn't have to be an dialog-based, expecting a smaller
binary, I wrote an (mfc support) console app which does exactly the
same task. However, surprisingly, the console app is bigger than the
older one.
I'm using VC 6.0 and using the default compile settings, maximize
speed.
I look into the each Release folder:
DApp.exe 20KB 20480
DApp.obj 10KB 9929
DApp.res 3KB 2484
DAppDlg.obj 14KB 14051
StdAfx.obj 1KB 768
====
CApp.exe 24KB 24576
CApp.obj 6KB 5887
CApp.res 5KB 4584
StdAfx.obj 1KB 806
|