[Insight-users] Bug in itkVector

Koen Van Leemput koen . vanleemput at hus . fi
Tue, 29 Jul 2003 16:08:43 +0300


Hi,

When using a DLL build of ITK, I couldn't use such things as the cross product 
of two ITK Vectors. The reason is the occurrence of "ITK_EXPORT" where it 
should be "ITKCommon_EXPORT" in itkVector.h and itkVector.cxx.

- Koen