How to Deploy and Distribute application

asked 2014-01-01 23:26:25 -0600

DanF gravatar image

I have built a few apps using this library, but when I try to deploy the app on a user machine I get "dll not found" errors. I have copied all the needed dll dependencies to the user machine and put them under the same directory structure as the development machine, yet I still get the error when trying to run an app on the enduser machine. I looked around on the proper deployment procedures for this library but have yet to find a decent answer. I am using Netbeans to do the c++ development. Please help.

edit retag flag offensive close merge delete

Comments

Try running Dependency Walker on the exe and see what is missing.

Nghia gravatar imageNghia ( 2014-01-02 06:50:16 -0600 )edit

Dependency walker may not find all the dependencies. You can make dependency walker find more dependencies by profiling your app in it. But there is still no warranty that you find all of them.

konstunn gravatar imagekonstunn ( 2014-09-23 03:06:01 -0600 )edit