CORE_DB_Magick++_.dll unable to find anywhere

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
jianLo
Posts: 2
Joined: 2018-12-18T12:17:35-07:00
Authentication code: 1152

CORE_DB_Magick++_.dll unable to find anywhere

Post by jianLo »

I found the corresponding CORE_DB_Magick++_.lib but that isn't what I need. Google isn't helping, the source code I downloaded from sourceforge isn't helping. The install to x64 Windows has CORE_RL_Magick++_.dll, but that isn't what my compiled program is looking for. I used visualstudio2013 and was following the online tutorials from ogldev. I reached tutorial16. Thankyou for any help.
jianLo
Posts: 2
Joined: 2018-12-18T12:17:35-07:00
Authentication code: 1152

Re: CORE_DB_Magick++_.dll unable to find anywhere

Post by jianLo »

Thankyou for the reply. This is a good start.

quote: magick » 2009-06-11T07:46:37-05:00
You will need to compile ImageMagick from source yourself to create debug versions of the library. We already maintain 5 different releases of the Windows binaries and are not inclined to support any more.
unquote

Unfortunately...
re: install from source
Double clicking on the given sln windows10 apparently doesn't trust this downloaded version of visualmagick so the header files do not link in visual studio.
Post Reply