hi > Maybe you could clarify this for me. > > I have a lib file that I want to include in my project. Will the exe > file increase by the size of the lib file? If not, why? Is there a > resource about this subject?
Yes, it will increase the size of the exe assuming the exe actually uses some of teh code from the lib. Any unused code will probably be stripped out. Regards Paul Paul Grenyer email: [EMAIL PROTECTED] web: http://www.paulgrenyer.co.uk Aeryn: http://www.aeryn.co.uk She fell in love with his greasy machine. _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
