Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 1st, 2006, 7:14 PM   #1
Code_Monkey
Newbie
 
Join Date: Mar 2006
Posts: 6
Rep Power: 0 Code_Monkey is on a distinguished road
.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 ?
Code_Monkey is offline   Reply With Quote
Old Apr 1st, 2006, 7:48 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
What do we know about your system versus your friend's system, and how you built the program?
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Apr 2nd, 2006, 3:02 AM   #3
Code_Monkey
Newbie
 
Join Date: Mar 2006
Posts: 6
Rep Power: 0 Code_Monkey is on a distinguished road
We both have windows xp pro he dosen't have Microsoft Visual Studio 2005 though.
Code_Monkey is offline   Reply With Quote
Old Apr 2nd, 2006, 4:26 AM   #4
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 824
Rep Power: 4 The Dark is on a distinguished road
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.
The Dark is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:39 PM.

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