My application is built with C++/MFC and links dynamically with ImageMagick. I have to deploy 130 (!) ImageMagick DLLs alongside my files when installing the app!
I would like to have a single DLL for the entire ImageMagick library instead of 130. Any ideas for how to do that?
The DLL uses the serach path. Place the ImageMagick.DLL in one directory that is included in the PATH.
If that’s not possible, you can change the PATH variable. Add a path to the directory where one instance of the DLL resides.