Problem with set up
Posted: 2011-05-10T08:36:48-07:00
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:
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
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
Thanks