Dynamic linking, delphi and redistibutable package

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Dynamic linking, delphi and redistibutable package

Post by magick »

We have a portable Windows distribution but its statically built. See http://www.imagemagick.org/script/binar ... hp#windows. Instead grab the ImageMagick Windows source distribution and run the configure program to generate a DLL Visual Studio workspace. Compile ImageMagick and copy all the files in the ImageMagick 6.4.8-7\VisualStudio\bin folder to your destination folder. Compare it to the portable distribution we support to ensure you have all the required files.
Post Reply