[vtkusers] Compilation problem using Visual Studio .NET 2003 ...

Charles Boivin Charles.Boivin at rwdiwest.com
Fri Jul 16 16:04:03 EDT 2004


Hi Bill,

Ok, that makes it clear. Thanks a lot, that was most helpful.

Charles

>>> "William A. Hoffman" <billlist at nycap.rr.com> 07/16/04 01:50pm >>>
It is the difference between static and shared libraries.
Shared libraries link to each other, and are self contained.
Static libraries must be explicitly listed.  CMake maintains the
correct list of dependant libraries so that things will work for
static or shared.

-Bill




More information about the vtkusers mailing list