[Insight-users] Dot net 2003 compilation errors
John Biddiscombe
john . biddiscombe at mirada-solutions . com
Thu, 7 Aug 2003 10:05:12 +0100
There are a number of errors in compilation under visual studio dot net =
2003 which are caused by the bug(?) posted by Peter a few days back. =
Commenting out the original lines and replacing them with an empty =
indices seems to quiet things down. Any reason (they look nice from a =
purists point of view) why the dimensions can't be removed? they all =
resolve to a pointer anyway. (I notice that in certain files, eg =
wrappadimagefilter and mirrorpadimagefilter, they are present in the txx =
but not in the h files)
// virtual void SetSpacing( const double values[TImage::ImageDimension] =
);
// virtual void SetSpacing( const float values[TImage::ImageDimension] =
);
virtual void SetSpacing( const double values[] );
virtual void SetSpacing( const float values[] );
there seem to be quite a few few files affected by this
JB
almost there...
---------------------- Done ----------------------
Build: 170 succeeded, 1 failed, 4 skipped