Page 1 of 1

Use only dll/lib

Posted: 2015-02-20T07:26:38-07:00
by TheDarkBoz
Hello

I create one program which use MagickWand for read and convert the files.
On my personnal computer no problem. But when I use a computer without installation ImageMagick, it doesn't work.
In first, its ask me ask me some DLL CORE_RL_wand_ ... I add them. The program be launched. But When the code use MagickWand function nothing happens.
I create my program in Visual Studio 2012, I add the lib, the headers in my project.
I add IM_MOD_RL_bmp_.dll ...

Thank you for all your help.