Using magick++ on C++ Builder XE3

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
migok
Posts: 1
Joined: 2016-05-25T01:50:05-07:00
Authentication code: 1151

Using magick++ on C++ Builder XE3

Post 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
Post Reply