Page 1 of 1

Putting all of imagemagick source files in one big VS projec

Posted: 2019-08-09T00:21:04-07:00
by katiequinn
Hi,

To not have a whole list of 10 different project added to my solution when I want to use imagemagick, I'm trying to make a project that has all the imagemagick files so that I can link statically with that one library and have only 1 project for the whole of imagemagick. But I can't get my project to link. Problem seems to be that the linker can't find certain functions, and indeed inspection the .lib file with dumpbin shows that those symbols aren't in the lib. I'm not sure why though, it doesn't seem unusual in the code. Has anyone ever managed to stuff all imagemagick files in a project and still get the Magick++ binding to work? Thanks.