Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dll not found problem

Status
Not open for further replies.

EvilCabal

Programmer
Jul 11, 2002
206
CA
Hi, I have a very simple program that gets data from a file and write it to a database. The program works on my PC but as soon as I bring the exe to my job, I doesn't work, it give me missing dll errors. How can I compile it to include all the needed libraries?

Thanx a lot!

Fred
 
There is a program that comes with Visual Studio called depends.exe. Run it up, click on file/open and it will show you all the DLLs it is using.
 
Alright, this works and gives me all the dlls needed by the program. Is there a way to include them in the compilation? I know VB 6 comes with a tool that can create an installer for an exe that handles all the dependencies automaticly? Is their a similar tool for VC 6 or .NET?

Thank you.

Fred
 
Hey,


I just tried copying the needed dlls. The program does start, but I still get runtime errors when executing some functions... What is the usual way to properly deploy an application??

Fred
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top