Compiling ImageMagick++ 32 bit error LNK 2019

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
rishabh
Posts: 11
Joined: 2016-03-28T02:33:43-07:00
Authentication code: 1151

Compiling ImageMagick++ 32 bit error LNK 2019

Post by rishabh »

Hello,

I am trying to compile IM in my project. I have followed the steps:
Basicly I've followed the exact same steps described, I've added

C:\Program Files\ImageMagick-6.9.3-Q16-HDRI\include to VC++ include directories,

C:\Program Files\ImageMagick-6.9.3-Q16-HDRI\lib to VC++ Library Directories,

C:\Program Files\ImageMagick-6.9.3-Q16-HDRI\include to Addtional Include Dependencies,

and lastly CORE_RL_magick_.lib; CORE_RL_Magick++_.lib; CORE_RL_wand_.lib;to Linker Input Additional Dependencies.

But I get these errors . Can anyone please guide me .What may be wrong?

error LNK2019: unresolved external symbol "public: struct MagickCore::_PixelPacket const * __thiscall Magick::Image::getConstPixels(int,int,unsigned int,unsigned int)const
tif.obj : error LNK2019: unresolved external symbol "public: __thiscall Magick::Geometry::Geometry(unsigned int,unsigned int,int,int,bool,bool)"
tif.obj : error LNK2019: unresolved external symbol "public: void __thiscall Magick::Image::frame(unsigned int,unsigned int,int,int)
Post Reply