On 5/20/2010 4:38 PM, Trevor Dennis wrote:
Nod, I just did a little test with a dummy DLL project with vs10 and
the
resulting .dll was 30K w/ no runtime dependencies (w/ static).


Did you use the C++ string library and perhaps a template linked list in
your dummy project?  I think the linker strips out code that isn't used so
that may give a small DLL size if you didn't use them.

If it remains that small with the strings and templates, that's very
impressive!

Yeah good point.  With some trivial string and map<> usage, it was 96KB.

_______________________________________________
Mailing list: https://launchpad.net/~coapp-developers
Post to     : coapp-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~coapp-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to