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?