Problem with set up

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
acrobat
Posts: 1
Joined: 2011-05-10T08:28:05-07:00
Authentication code: 8675308

Problem with set up

Post by acrobat »

Hi,
I'm a new user of the ImageMagick's world. I'm using windows 7 + visual c++ 10, and I downloaded this version of the program:

ImageMagick-6.6.9-8-Q16-windows-x64-dll.exe


I've inserted the header file in my source C++, and it works , but when I run my program I get a lot of errors:

Code: Select all

ExampleC++.obj : error LNK2019: riferimento al simbolo esterno "__declspec(dllimport) public: virtual __thiscall Magick::Image::~Image(void)" (__imp_??1Image@Magick@@UAE@XZ) non risolto nella funzione __catch$_wmain$0
it seems I'm not able to load the library..How can I set my environment to link ImageMagick? I have to change version?

Thanks
Post Reply