Beginiing with Magick++
Posted: 2008-11-25T06:53:43-07:00
Hi and Hallo,
I'm a totaly beginner withe the Magick++! So i have some questions.....!
1st:
the worst: It dosn't Work!
when i try to compile withe VS 2005, i include <magick++> (it works) and i try something this:
Error:
ImageMagick_1.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""__declspec(dllimport) public: virtual __thiscall Magick::Image::~Image(void)" (__imp_??1Image@Magick@@UAE@XZ)" in Funktion "_wWinMain@16".
ImageMagick_1.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""__declspec(dllimport) public: __thiscall Magick::Image::Image(void)" (__imp_??0Image@Magick@@QAE@XZ)" in Funktion "_wWinMain@16".
I know I have to include some *.libs?? But wich one? I had try almost all!
What can i do?
and 2nd: is Magick++ able to load and show pictures with dimensions ...... meyby about 10000x10000 ?
ciao Jonas
I'm a totaly beginner withe the Magick++! So i have some questions.....!
1st:
the worst: It dosn't Work!
when i try to compile withe VS 2005, i include <magick++> (it works) and i try something this:
Code: Select all
Magick::Image aImage;
aImage.read("test.gif");
ImageMagick_1.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""__declspec(dllimport) public: virtual __thiscall Magick::Image::~Image(void)" (__imp_??1Image@Magick@@UAE@XZ)" in Funktion "_wWinMain@16".
ImageMagick_1.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""__declspec(dllimport) public: __thiscall Magick::Image::Image(void)" (__imp_??0Image@Magick@@QAE@XZ)" in Funktion "_wWinMain@16".
I know I have to include some *.libs?? But wich one? I had try almost all!
What can i do?
and 2nd: is Magick++ able to load and show pictures with dimensions ...... meyby about 10000x10000 ?
ciao Jonas