[Insight-users] Reading/writing multiframe DICOM files?

Mathieu Malaterre mathieu.malaterre at gmail.com
Wed Jun 10 08:35:44 EDT 2009


'lo

On Wed, Jun 10, 2009 at 2:33 PM, motes motes<mort.motes at gmail.com> wrote:
> ok I am now trying to follow the example from the ItkSoftwareGuide.pdf page
> 330. I have made a new project using ITK 3.12.0 (just copied the HelloWorld
> example) and in the source file I have:
>>HelloWorld.obj : error LNK2019: unresolved external symbol "public: static
>> class itk::SmartPointer<class itk::ImageIOBase> __cdecl
>> itk::ImageIOFactory::CreateImageIO(char const *,enum
>> itk::ImageIOFactory::FileModeType)"
<...>
> ADD_EXECUTABLE(HelloWorld HelloWorld.cxx )
> TARGET_LINK_LIBRARIES(HelloWorld ITKCommon)

TARGET_LINK_LIBRARIES(HelloWorld ITKIO)

2cts
-- 
Mathieu


More information about the Insight-users mailing list