How to build ITK dll?

Hi. I need to build the dinamic link libraries of ITK. My OS is Windows 10 and my IDE is Visual Studio 2010. Thanks.

Hi @Armando,
it suffices to set the BUILD_SHARED_LIBS CMake flag to ON. This is independent of your OS and development environment.

It is highly recommended to use CMake to generate your project. It will save you a lot of time.

Enjoy ITK !
JON HAITZ

1 Like

Hi. Thanks. I am doing that right now.