When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
6 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
what is the compiler command you use?
the documentation : http://www.imagemagick.org/script/magick++.php has this build line :
c++ Magick++-config --cxxflags --cppflags -O2 -o demo demo.cpp
Magick++-config --ldflags --libs
@plucky sinew also what ide are you using because visual studio you can use cmake to import a library and its a lot easier then manually doing it