Search found 2 matches

by TheDarkBoz
2015-02-20T07:26:38-07:00
Forum: MagickWand
Topic: Use only dll/lib
Replies: 0
Views: 12313

Use only dll/lib

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 ...
by TheDarkBoz
2015-02-04T07:14:16-07:00
Forum: Developers
Topic: Dont work when ImageMagick is not installed.
Replies: 0
Views: 4266

Dont work when ImageMagick is not installed.

Hello

I have an issue with this code


if(!Exist(GetUrlFileSave()+"\\"+Folder))
CreateDirectory(GetUrlFileSave()+"\\"+Folder,NULL);
MagickWand *mw = NULL;
MagickWandGenesis();
mw = NewMagickWand();
CString oldname=GetUrlImageFiles()+Folder+"\\"+nanmeFile+"."+extension;
CString fileurl ...