[Insight-developers] algorithm tests

Brian avants@grasp.cis.upenn.edu
Tue, 1 Oct 2002 20:39:05 -0400 (EDT)


Hello,

I'm trying to add the FEMRegistrationFilterTest to AlgorithmsTests and I'm
getting linking errors caused by basic_filebuf and basic_ifstream
redefinition.  I'm using MSVC++6.0 and the linker is complaining about
them already being defined in FEMRegistrationFilterTest.obj.  If I comment
all other tests, then the code links o.k. and I can run the executable so
it seems there is some conflict with one of the other tests' object files.
I'm not sure how to resolve this problem -- any ideas?

thanks

Brian