Page 1 of 1

Using magick++ on C++ Builder XE3

Posted: 2016-05-25T02:19:59-07:00
by migok
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 :

Image
(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 :D :)

Thanks