← Back to team overview

coapp-developers team mailing list archive

Re: Code?

 

> 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.





Follow ups

References