[ITK-users] Building QT, VTK and ITK on windows 7 (x64)

chasank chasank at gmail.com
Thu May 14 17:50:03 EDT 2015


Hi Amir,

Nothing seems wrong with your code as it is hello world of ITK. The problem
is linker error. Are you sure that you have added the line -litksys-4.4 to
your .pro file?

Check your C:/itk/x64/4.4.0/install/lib/ folder carefully. 
Execute >dir *.lib command. Get the output to an text editor.
Make the necessary replaces to convert the output following pattern.
-litkBiasCorrection-4.4 \
-litkBioCell-4.4 \
...

Make sure you are not missing any of these files.

Regards.



--
View this message in context: http://itk-users.7.n7.nabble.com/Building-QT-VTK-and-ITK-on-windows-7-x64-tp35668p35673.html
Sent from the ITK - Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list