<!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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When&nbsp;I try to compile de binary code&nbsp;with 
Microsoft Visual C++ 6.0, made by Cmake 2.2.3,&nbsp;I'm having some problems 
that seems to be&nbsp;because&nbsp;some absent of a constructor in 
itkVector.txx.&nbsp;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>&nbsp;</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&lt;double,2&gt;' : 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&lt;double,2&gt; 
__thiscall itk::Vector&lt;double,2&gt;::operator *(const double &amp;) 
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&lt;double,3&gt;' : 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&lt;double,3&gt; 
__thiscall itk::Vector&lt;double,3&gt;::operator *(const double &amp;) 
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&lt;float,2&gt;' : 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&lt;float,2&gt; 
__thiscall itk::Vector&lt;float,2&gt;::operator *(const float &amp;) 
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&lt;float,3&gt;' : 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&lt;float,3&gt; 
__thiscall itk::Vector&lt;float,3&gt;::operator *(const float &amp;) 
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>