[Insight-users] Borland 6 Build error

John Biddiscombe John Biddiscombe" <jbiddiscombe@skippingmouse.co.uk
Sun, 24 Nov 2002 18:55:21 -0000


Nice work Luis. I replaced line 85 of itkImageRegion as you suggested and
that particular problem went away. I didn't need to instantiate anything
(yet!), but now we can move on to the list of other errors :)

I'll see if I can work out which bit to do the same with for this little
lot. Though since it's Sunday....

Many thanks for your input, it'd have taken me quite a bit longer to find
that fix!

JB

  [C++ Error] itkAffineTransform.txx(333): E2316
'AffineTransform<TScalarType,NDimensions>::TransformPoint(const
Point<TScalarType,&__CDJE> &) const' is not a member of
'AffineTransform<TScalarType,NDimensions>'
  [C++ Error] itkAffineTransform.txx(343): E2316
'AffineTransform<TScalarType,NDimensions>::TransformVector(const
Vector<TScalarType,&__CRIE> &) const' is not a member of
'AffineTransform<TScalarType,NDimensions>'
  [C++ Error] itkAffineTransform.txx(352): E2316
'AffineTransform<TScalarType,NDimensions>::TransformVector(const
vnl_vector_fixed<TScalarType,&__CZIE> &) const' is not a member of
'AffineTransform<TScalarType,NDimensions>'
  [C++ Error] itkAffineTransform.txx(362): E2316
'AffineTransform<TScalarType,NDimensions>::TransformCovariantVector(const
CovariantVector<TScalarType,&__CVIE> &) const' is not a member of
'AffineTransform<TScalarType,NDimensions>'
  [C++ Error] itkAffineTransform.txx(382): E2316
'AffineTransform<TScalarType,NDimensions>::BackTransform(const
Point<TScalarType,&__CFJE> &) const' is not a member of
'AffineTransform<TScalarType,NDimensions>'
  [C++ Error] itkAffineTransform.txx(411): E2316
'AffineTransform<TScalarType,NDimensions>::BackTransform(const
Vector<TScalarType,&__CTIE> &) const' is not a member of
'AffineTransform<TScalarType,NDimensions>'
  [C++ Error] itkAffineTransform.txx(423): E2316
'AffineTransform<TScalarType,NDimensions>::BackTransform(const
vnl_vector_fixed<TScalarType,&__CBJE> &) const' is not a member of
'AffineTransform<TScalarType,NDimensions>'
  [C++ Error] itkAffineTransform.txx(434): E2316
'AffineTransform<TScalarType,NDimensions>::BackTransform(const
CovariantVector<TScalarType,&__CXIE> &) const' is not a member of
'AffineTransform<TScalarType,NDimensions>'
  [C++ Error] itkAffineTransform.txx(457): E2316
'AffineTransform<TScalarType,NDimensions>::BackTransformPoint(const
Point<TScalarType,&__CFJE> &) const' is not a member of
'AffineTransform<TScalarType,NDimensions>'
  [C++ Error] itkAffineTransform.txx(487): E2316
'AffineTransform<TScalarType,NDimensions>::Inverse() const' is not a member
of 'AffineTransform<TScalarType,NDimensions>'