[Insight-users] make ITK code to dll ??

Luis Ibanez luis.ibanez at kitware.com
Tue Dec 27 15:49:42 EST 2005


Hi Zien,

Yes, you can.



Simply rerun CMake and change

     BUILD_SHARED_LIBS

from OFF to ON.



Then, recompile ITK.


Note that in practice there is not much
avantage in doing this because most of ITK
is templated code, that is not compiled when
you build ITK but when you build your application.

The only good reason for creating DLLs is when
your are wrapping ITK for Tcl, Python or Java.


   Regards,



      Luis


------------------
Zien wrote:
> Can I use Win32 Dynamic-Link Library to make my itk code change into dll ?
> _______________________________________________
> 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