Compiled App. does msvcr100.dll Error

Jul 29, 2010 at 5:46pm
Hallo. I had written and compiled aplication in C++ using WinApi.
when I run it on my PC it runs perfectly but on the other pc it gives an msvcr100.dll Error. if pc has VC and u debug my app. on it from program source .cpp it, after it
runs. can sombody help me?
Last edited on Jul 29, 2010 at 5:52pm
Jul 29, 2010 at 6:11pm
If you want to use your applications on other computers, you have to compile them in release mode.
Aug 2, 2010 at 1:02am
Topic archived. No new replies allowed.