[Insight-users] linker problem with itkCenteredRigid2DTransform.h

pcarr33 pfcarr33 at googlemail.com
Wed May 20 07:04:31 EDT 2009


hello all - i'm new to itk and was working through the basic registration
examples ok, but when i got to example 5 and had to include this file
itkCenteredRigid2DTransform.h and declare one of these, no matter what i do
i always get the linker errors below in the clr c++ project i set up (called
ITK Interface) to act as an interface between my .net 3.5 app and itk.

i found another post which seems like this issue, although the errors are
different

http://www.nabble.com/Linker-Problem-with-ImageRegistration6-td23422726.html

but i'm afraid i don't really understand if this suggested is similar or
will help. 

Any help is greatly appreciated.

thanks

paul


Error	7	error LNK2019: unresolved external symbol _v3p_netlib_dsvdc_
referenced in function "void __cdecl vnl_linpack_svdc(double *,long const
*,long const *,long const *,double *,double *,double *,long const *,double
*,long const *,double *,long const *,long *)"
(?vnl_linpack_svdc@@YAXPANPBJ1100010101PAJ at Z)	itkvnl_algo.lib	ITK Interface
Error	8	error LNK2019: unresolved external symbol _v3p_netlib_initialize
referenced in function "public: __thiscall
v3p_netlib_initializer::v3p_netlib_initializer(void)"
(??0v3p_netlib_initializer@@QAE at XZ)	itkvnl_algo.lib	ITK Interface
Error	9	error LNK2001: unresolved external symbol _v3p_netlib_initialize
itkvnl_algo.lib	ITK Interface
Error	10	error LNK2019: unresolved external symbol _v3p_netlib_dqrdc_
referenced in function "void __cdecl vnl_linpack_qrdc(double *,long const
*,long const *,long const *,double *,long *,double *,long const *)"
(?vnl_linpack_qrdc@@YAXPANPBJ110PAJ01 at Z)	itkvnl_algo.lib	ITK Interface
Error	11	error LNK2019: unresolved external symbol _v3p_netlib_dqrsl_
referenced in function "void __cdecl vnl_linpack_qrsl(double const *,long
*,long *,long *,double const *,double const *,double *,double *,double
*,double *,double *,long *,long *)"
(?vnl_linpack_qrsl@@YAXPBNPAJ1100PAN222211 at Z)	itkvnl_algo.lib	ITK Interface

-- 
View this message in context: http://www.nabble.com/linker-problem-with-itkCenteredRigid2DTransform.h-tp23613436p23613436.html
Sent from the ITK - Users mailing list archive at Nabble.com.



More information about the Insight-users mailing list