<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am using ITK 2-6, Microsoft Visual C++ 6.0,
Windows XP, ITK Application 2-6.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>When I try to compile de binary code with
Microsoft Visual C++ 6.0, made by Cmake 2.2.3, I'm having some problems
that seems to be because some absent of a constructor in
itkVector.txx. I realy would appreciatte some help with this
problem.</FONT></DIV>
<DIV><FONT face=Arial size=2>Remembering that when configuring Cmake for bulding
binary code I setup </FONT><FONT face=Arial size=2>Flag_Explicit_Instantiation =
ON.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks before all.</FONT></DIV>
<DIV><FONT size=2>
<P><FONT face=Arial>--------------------Configuration: ITKCommon - Win32
Release--------------------</FONT></P>
<P><FONT face=Arial>Compiling...</FONT></P>
<P><FONT face=Arial>itkVectorD2.cxx</FONT></P>
<P><FONT face=Arial>C:\InsightToolkit\Code\Common\itkVector.h(178) : error
C2558: class 'itk::Vector<double,2>' : no copy constructor
available</FONT></P>
<P><FONT face=Arial>C:\InsightToolkit\Code\Common\itkVector.h(172) : while
compiling class-template member function 'class itk::Vector<double,2>
__thiscall itk::Vector<double,2>::operator *(const double &)
const'</FONT></P>
<P><FONT face=Arial>itkVectorD3.cxx</FONT></P>
<P><FONT face=Arial>C:\InsightToolkit\Code\Common\itkVector.h(178) : error
C2558: class 'itk::Vector<double,3>' : no copy constructor
available</FONT></P>
<P><FONT face=Arial>C:\InsightToolkit\Code\Common\itkVector.h(172) : while
compiling class-template member function 'class itk::Vector<double,3>
__thiscall itk::Vector<double,3>::operator *(const double &)
const'</FONT></P>
<P><FONT face=Arial>itkVectorF2.cxx</FONT></P>
<P><FONT face=Arial>C:\InsightToolkit\Code\Common\itkVector.h(178) : error
C2558: class 'itk::Vector<float,2>' : no copy constructor
available</FONT></P>
<P><FONT face=Arial>C:\InsightToolkit\Code\Common\itkVector.h(172) : while
compiling class-template member function 'class itk::Vector<float,2>
__thiscall itk::Vector<float,2>::operator *(const float &)
const'</FONT></P>
<P><FONT face=Arial>itkVectorF3.cxx</FONT></P>
<P><FONT face=Arial>C:\InsightToolkit\Code\Common\itkVector.h(178) : error
C2558: class 'itk::Vector<float,3>' : no copy constructor
available</FONT></P>
<P><FONT face=Arial>C:\InsightToolkit\Code\Common\itkVector.h(172) : while
compiling class-template member function 'class itk::Vector<float,3>
__thiscall itk::Vector<float,3>::operator *(const float &)
const'</FONT></P>
<P><FONT face=Arial>Generating Code...</FONT></P>
<P><FONT face=Arial>Error executing cl.exe.</FONT></P>
<P><FONT face=Arial>ALL_BUILD - 4 error(s), 0
warning(s)</FONT></P></FONT></DIV></BODY></HTML>