[ITK] [ITK-users] pointer to the problem
barbababa
tonimuusimaki at gmail.com
Tue Nov 25 18:29:59 EST 2014
hi,
i am making a dynamic library to external program and previously with itk
3.2 this following code worked.
Now with itk 4.6 if i put
typedef itk::Image<float, 2> ImageType;
typedef itk::DiscreteGaussianImageFilter<ImageType, ImageType >
FilterType;
the external program starts fine and loads the dll. If I only add this line
FilterType::Pointer filter = FilterType::New();
Then the program says Specified module could not be found.
Any ideas?
Thanks!
i am using now itk 4.6 with visual studio 2008 x64 release c++
--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/pointer-to-the-problem-tp7586621.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
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://www.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://public.kitware.com/mailman/listinfo/insight-users
More information about the Community
mailing list