coapp-developers team mailing list archive
-
coapp-developers team
-
Mailing list archive
-
Message #00425
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
-
Code?
From: Olaf van der Spek, 2010-05-17
-
Re: Code?
From: Rivera, Rafael, 2010-05-17
-
Re: Code?
From: Olaf van der Spek, 2010-05-17
-
Re: Code?
From: Elizabeth M Smith, 2010-05-17
-
Re: Code?
From: Olaf van der Spek, 2010-05-17
-
Re: Code?
From: Elizabeth M Smith, 2010-05-17
-
Re: Code?
From: Trevor Dennis, 2010-05-17
-
Re: Code?
From: Trent Nelson, 2010-05-20
-
Re: Code?
From: Rivera, Rafael, 2010-05-20
-
Re: Code?
From: Olaf van der Spek, 2010-05-20
-
Re: Code?
From: Trent Nelson, 2010-05-20