Debug libs
Posted: 2018-03-23T01:56:17-07:00
Hello,
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
I am adding the libs as additional dependencies to the projects. What's interesting is that it works if I don't use the Color object, but I need it, can't find a workaround to do the task without it.
Any help is appreciated.
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.