Getting Magick++ to work in Xcode

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
tadpole

Getting Magick++ to work in Xcode

Post by tadpole »

Newbie here. I installed ImageMagick via darwinports on my Mac, and then made a blank C++ project in Xcode. I'm just trying to see if I can get Magick++ to work. I added #include <Magick++.h> in the default "Hello World" C++ file, but for some reason it can't find the Magick++ header files even though I've already added them to the project.

Any help from other Xcode users would be very appreciated.
Last edited by tadpole on 2008-01-26T10:14:33-07:00, edited 1 time in total.
tadpole

Re: Getting Magick++ to work in Xcode

Post by tadpole »

Any Xcode users out there? I won't keep the thread alive if there aren't, I'm just making sure.

Imagemagick itself is working fine (I've tested it), so I'm just trying to get Magick++ to successfully compile in my Xcode project.
Post Reply