Including all libraries in ImageMagickObject

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
jwilliam
Posts: 1
Joined: 2013-01-01T08:30:35-07:00
Authentication code: 6789

Including all libraries in ImageMagickObject

Post 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.
Post Reply