[Insight-users] Executable

John Drescher drescherjm at gmail.com
Fri Dec 3 08:34:03 EST 2010


> i just built the program and i don't know which type of link has been made.
> I also tried to copy all the files that i have in debug in the other
> computer but i still cannot execute the program.
>

You are never supposed to distribute debug executables. Microsoft
redistributables do not have the debug versions. To run a debug
version of your application on a machine that does not have Visual
Studio installed you have to either use the static runtime for all
libraries involved or install Visual Studio.

John


More information about the Insight-users mailing list