After a lot of google and trying out stuff on my own, I'm out of ideas how to make debug libs work.
I downloaded Windows source from: https://www.imagemagick.org/download/wi ... indows.zip
I built the configuration project and then build the solution it created and everything seemed to work, until I started using Color objected. I am getting link errors
Code: Select all
Error LNK2019 unresolved external symbol "public: __cdecl Magick::Color::Color(unsigned short,unsigned short,unsigned short,unsigned short)" (??0Color@Magick@@QEAA@GGGG@Z) referenced in function "private: static class Magick::Color __cdecl AssetThumbGetter::ArgbToColor(int)" (?ArgbToColor@AssetThumbGetter@celiaps@@CA?AVColor@Magick@@H@Z)
Any help is appreciated.