How to distribute C++ application with ImageMagick

75 Views Asked by At

I created C++ application with ImageMagick lib for Windows. I installed IM on my machine( with development headers and DLLs ), but I need to somehow distribute it to my clients without installations on the client PC.

Is it possible to just copy DLLs, headers, and *.lib into my project and have a working app without installing IM?

0

There are 0 best solutions below