> 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! Trev. _______________________________________________ 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