Hello everyone,
Since a few days, I am trying to use Magick++ on my C++ project. I am working under C++ Builder XE3.
I downloaded and installed ImageMagick-6.9.4-4-Q8-x64-dll.exe
I created a Project, looking like this :
(EDIT : link to picture : http://www.hostingpics.net/viewer.php?i ... magick.png)
But i Still have links errors with the Image() constructor, he can find the déclaration of the function, but not the implementation.
I guess i am missing some library file, but i didnt succeed resolving it
Any help would be appreciated
Thanks