How to reduce size of executable?
hi,
I had a question regarding the size of the executable.
I downloaded a sample project yesterday from planetsourcecode.com.
I am working on recreating it with some modifications. However, during testing of my new project, I noticed that the size of my executable is 3 times larger than the sample project's executable. The really strange thing about this is my project is not even complete and has noticebly less code than the sample project I downloaded.
The only real difference is that the sample project is a Win32 Console app and mine is a Win32 App.
What's the difference? Is it a setting in the compiler somewhere? I'm using VC++.
Any help would be appreciated..
Dan