Problem linking with Magick++ in Visual C++ 2005 project

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem linking with Magick++ in Visual C++ 2005 project

Post by magick »

Download the ImageMagick Windows static binaries and install. Next go to c:\Program Files\ImageMagick-6.5.1-Q16\Magick++_demos and click on the button workspace. Build and run. Hopefully this works without complaint. You can now use this workspace as a template for your own project.
Post Reply