
Statically link in STL library?
If you statically link the run-time library, MSVC statically links the STL
library too.
-------------------------------------------------
Automate your software builds with Visual Build
www.kinook.com
Quote:
> I'd like to be able to statically link in the STL library into my VC++ 6
> (sp4) project.
> Normally after building it requires MSVCP60.DLL to be installed on each
box.
> Is it possible to statically link this in?
> Or is that not possible, like MSVCRT.dll.
> Thanks,
> LM