Advertisement

Exe file size problem!

Started by June 30, 2005 10:52 PM
1 comment, last by fst 19 years, 7 months ago
I use Vc++ 6. When I compile programs of Nehe's tutorials, the exe file size is much larger. For ex. tutorial 6, Nehe's exe = 48 kb When I compile, it becomes 212 kb What's wrong with my compiler? :( Thanks
NeHe's tutorials are probably compiled in release mode and VC++ by default compiles in debug mode which include informations for debuging in the executable. Try changing to release mode and recompile it.

hope that helps !
Matt
Matt
Advertisement
You're my hero ;)

This topic is closed to new replies.

Advertisement