[Insight-users] Only ITKCommon produces a DLL
Luis Ibanez
luis.ibanez at kitware.com
Wed Jul 27 10:26:50 EDT 2005
Hi Dennis,
Most of ITK is Templated C++.
DLLs are created only for non-templated classes,
most of which are in ITKCommon.
Did you get any unresolved symbols at link time ?
Or you are just curious as to why there are
no more DLLs in your binary directory ?
Regards,
Luis
-----------------------
wenzeld at att.net wrote:
> I downloaded ITK 2.0.1. I am building using Visual Studio .NET 2003 and used CMake to generate my configuration. I enabled the BUILD_SHARED_LIBS option, but when I built either the debug or release configuration, I did not get any DLL files except for ITKCommon.DLL. I was expecting the .LIB files to be import libraries associated with DLL's.
>
> Thanks...
>
> Dennis Wenzel
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list