Putting all of imagemagick source files in one big VS projec

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
katiequinn
Posts: 1
Joined: 2019-08-09T00:18:52-07:00
Authentication code: 1152

Putting all of imagemagick source files in one big VS projec

Post 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.
Post Reply