Hi,
I have created a Foundation Tool in Xcode, and want to use some functions from the GraphicsMagick image manipulation library. The library has been compiled and installed on my computer using MacPorts. I added libGraphicsMagick.3.dylib
and libGraphicsMagickWand.2.dylib
to my project as external frameworks.
What other steps must I take to use these libraries in my application, and how would I import their headers to use their functions in my code?
Thanks
UPDATE: Made some progress. Used the .a
static libraries instead of the dylibs, added them to my project, then added the header files for magick
and wand
. I'm trying to compile, but I get this error: