Page 1 of 1

Including all libraries in ImageMagickObject

Posted: 2013-01-01T08:41:34-07:00
by jwilliam
When I build ImageMagickObject, statically, from source it doesn't include the IM_MOD_RL_* dependencies. I know you can put those dll's in the same directory as your application, but I don't want to go that route. The ImageMagick static binaries used to have a version of ImageMagickObject that was completely portable, and that's basically what I'm trying to do. Can someone give me some tips on getting all dependencies included in the ImageMagickObject.dll? Thanks.