[Insight-developers] algorithm tests

Luis Ibanez luis.ibanez@kitware.com
Wed, 02 Oct 2002 08:45:26 -0400


Hi Brian,

You may want to try adding:

        #include <fstream>

as the *first* include in the .cxx or .txx file
that is generating the warnings.


   Luis

========================================

Brian wrote:

>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
>
>_______________________________________________
>Insight-developers mailing list
>Insight-developers@public.kitware.com
>http://public.kitware.com/mailman/listinfo/insight-developers
>