Compile and linking Error using Visual C++ 6.0 - please help

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

Post by magick »

Looks like you did not add Magick.dll and Wand.dll to your command line. Try compiling the demos in c:\Program Files\ImageMagick-6.2.8-Q16\Magick++_Demos. They have the proper build workspaces and you can use them as a template for your own projects.
Post Reply