[Insight-users] Strange Build Config

Michael Hawrylycz MikeH at alleninstitute.org
Wed, 28 Apr 2004 12:30:48 -0700


=20
Hi

I have gotten into a peculiar build configuration with Visual Studio 6.0
where I have=20
a correct out of source build of ITK in a directory called
C:\ITK\ITKBin.  Then my application is=20
in a directory called C:\ITK\ITKTest.  When I run Cmake it wants to know
the ITK_DIR which it thinks
is defaulting C:\ITK\ITKBin naturally.  My appplication builds except
that it says that the .dsp
has changed outside of the project and must be reloaded. Further, at
after the successful build
at run time the executable says it can't find IOCommon.dll.
IOCommon.dll in fact lives in C:\ITK\ITKBin\bin\Debug
for my build.

 How might I have gotten into this state?

Thanks,

Mike