[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.


More information about the Insight-users mailing list