Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   .EXE Question (http://www.programmingforums.org/showthread.php?t=9158)

Code_Monkey Apr 1st, 2006 8:14 PM

.EXE Question
 
I have made a small win32 consoul app and built a realese verision of it , and i gave it my friend, when he trys to run it he gets "the application has failed to start because the application configuration is incorrect"

Whats going on here ?

DaWei Apr 1st, 2006 8:48 PM

What do we know about your system versus your friend's system, and how you built the program?

Code_Monkey Apr 2nd, 2006 4:02 AM

We both have windows xp pro he dosen't have Microsoft Visual Studio 2005 though.

The Dark Apr 2nd, 2006 5:26 AM

It is probably a dependency on the C runtime library.
Have a look at msdn and see if you can get anything from there. I think the free version of Visual C++ 2005 is missing some of the redistributable directories (whether by accident or on purpose, I am not sure).

You may be able to just copy the msvcr80.dll into your program's directory on your friend's machine.

If you can't get it to work, I can give you a manifest file to use (its at work, so I can't get it until tomorrow). The manifest file basically tells the program where to look for the runtime library DLLs.


All times are GMT -5. The time now is 5:09 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC