[Insight-users] linker error

Jon Haitz Legarreta jhlegarreta at vicomtech.org
Thu Jan 24 03:50:51 EST 2013


Hi Veena,
it is best if you reply to the list. That way, you will get more chances of
your problem being solved.

You shouldn't be modifying your project's properties from within your IDE
when using ITK/VTK; CMake should do the work to correctly configure it.

Include files' path is the same for either debug or release.

In principle Visual Studio should be smart enough to link to the debug or
release versions when you change the configuration; the parths CMake adds
are valid for both configurations. A configuration macro is added
automatically so that when you change the cofiguration Visual Studio links
to the correct libraries.



More information about the Insight-users mailing list