Page 1 of 1

Download for DLL and LIB

Posted: 2018-11-19T11:54:58-07:00
by rondo
For the past few days I have been struggling to build and use Magick++. I just want to be able to include the library in a C++ project and use it. From what I have been reading, it seems like all I need to accomplish this is the DLL file and the LIB file. Is there anywhere I can download a dll and a lib file for magick++?

Re: Download for DLL and LIB

Posted: 2018-11-19T12:27:52-07:00
by snibgo
You also need .h files.

What platform are you on? IM comes in many flavours: Q8, Q16, Q32, Q64, with or without HDRI, with or without many delegates, and so on. Rather than trying to download just the parts you need, it should be easier to download the source and build it with whatever compiler you use.

Re: Download for DLL and LIB

Posted: 2018-11-19T12:41:07-07:00
by rondo
I am on visual studio community 2017. I have downloaded the source and built it. But when I try to use it in my own project I get many "unresolved external symbol" errors. I have already looked at the other posts about that error and they did not help. Also, there are no dll files created after I build, only lib files.