Thread: .EXE Question
View Single Post
Old Apr 2nd, 2006, 4:26 AM   #4
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 852
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