[Insight-developers] link problem for VC custom application

Ting Chen chenting@graphics.cis.upenn.edu
Fri, 6 Jul 2001 21:28:44 -0500


This is a multi-part message in MIME format.

------=_NextPart_000_008D_01C10662.A2719940
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi!
I used several itk class in a custom application out of itk. It used to =
runs well. But recently after i do an update of my itk, i found the =
following link error:
Linking...
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO =
specification
wk1View.obj : error LNK2001: unresolved external symbol "protected: =
virtual __thiscall itk::BalloonForceFilter<class =
itk::DeformableMesh<float>,class itk::DeformableMesh<float> =
>::~BalloonForceFilter<class itk::DeformableMesh<float>,class =
itk::DeformableMesh<float> >(void)" =
(??1?$BalloonForceFilter@V?$DeformableMesh@M@itk@@V12@@itk@@MAE@XZ)
Debug/wk1.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

wk1.exe - 2 error(s), 1 warning(s)

both itkdeformablemesh and itkBalloonforcefilter are classes in itk and =
are used in itkDeformabletest which is ok on the dashboard. so what =
could be the problem?

ting



------=_NextPart_000_008D_01C10662.A2719940
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">






Hi!
I used several itk class in a custom application out = of itk.=20 It used to runs well. But recently after i do an update of my itk, i = found the=20 following link error:
Linking...
LINK : warning LNK4075: ignoring=20 /EDITANDCONTINUE due to /INCREMENTAL:NO specification
wk1View.obj : = error=20 LNK2001: unresolved external symbol "protected: virtual __thiscall=20 itk::BalloonForceFilter<class itk::DeformableMesh<float>,class=20 itk::DeformableMesh<float> >::~BalloonForceFilter<class=20 itk::DeformableMesh<float>,class itk::DeformableMesh<float>=20 >(void)"=20 (??1?$BalloonForceFilter@V?$DeformableMesh@M@itk@@V12@@itk@@MAE@XZ)
De= bug/wk1.exe=20 : fatal error LNK1120: 1 unresolved externals
Error executing=20 link.exe.
 
wk1.exe - 2 error(s), 1 warning(s)
 
both itkdeformablemesh and itkBalloonforcefilter are = classes=20 in itk and are used in itkDeformabletest which is ok on the dashboard. = so what=20 could be the problem?
 
ting
 
------=_NextPart_000_008D_01C10662.A2719940--