[Insight-users] Run exe on a PC where itk is not installed

John Drescher drescherjm at gmail.com
Wed Mar 16 09:28:53 EDT 2011


> I'm trying to solve my Canny-Edge-Memory-Problem by running my application
> on another PC.
> I'm building my programm with Visual Studio Express C++ 2008, Qt4, qwt and
> of course itk. Now I want to run the exe file on another PC. On this PC none
> of the mentioned programms/libraries are installed. Does anybody of you know
> how to compile the exe with static libraries (I guess thats the easiest way)
> or does anybody of you has another suggestion?
>

Turn off ITK_BUILD_SHARED rebuild itk and remember to install the
visual studio redistributable for your compiler. You will not be able
to use a debug build on the other machine without installing visual
studio since the Microsoft debug libraries are not permitted to be
distributed.

John


More information about the Insight-users mailing list