Re: M$ Visual C++ 2005 Express compilation settings -
15-03-2006
Why you need a small-size dll? you can simply compress it for example with UPX... Filesize don't affects application speed (i suppose). Actually it's possible to force M$VC80 to use old dll, but you may have encouter many problems with it (tested myself), such as "Abnormal program termination" in win98, and you will need to hack c2.dll (to use ftol instead of ftol2).
If you want to reduce size of DLL a little bit, try to use /ML switch (Single-threaded), it's give you about 20KB out.
(PS. sorry for my poor english)
|