How to run dubug file on another computer

Posted by Pazzy on Stack Overflow See other posts from Stack Overflow or by Pazzy
Published on 2010-06-09T11:19:50Z Indexed on 2010/06/09 11:22 UTC
Read the original article Hit count: 144

Filed under:
|
|
|

I have a debug .exe file that i want to run on other machines that don't have MS Visual Studio 2008 installed on them. How can this be done? The release option doesn't work as the application does not function correctly when build in release (not sure why).

At the moment I'm getting a message saying "This application has failed to start because the application configuration is incorrect".

An ideas?

Cheers.

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-c++