Hello, I am looking into some linking issues with the Nrrd library related to windows. As I am compiling for windows I am only getting the following dll when shared libaries are turn on:
ITKCommon-4.1.dll FactoryTestLib.dll FileFreeTestLib.dll That is it... nothing else is shared. I recall the third party libraries are suppose to be shared as well. I have often wondered how some of the exporting works with all the modules and no explicit export macro for each module. Looking through the code the following looks suspicious to me: https://github.com/Kitware/ITK/blob/master/CMake/ITKSetStandardCompilerFlags.cmake#L186 This looks like it may be quite a major problem... but hopefully an each fix :) Brad ======================================================== Bradley Lowekamp Medical Science and Computing for Office of High Performance Computing and Communications National Library of Medicine [email protected]
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-developers
