Different Built Settings for ImageMagick++

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
alanchcw
Posts: 7
Joined: 2019-09-29T02:11:05-07:00
Authentication code: 1152

Different Built Settings for ImageMagick++

Post by alanchcw »

Hi,

I just download and built ImageMagick++ source files in VS2015.

I see there are 3 settings:

VisualDynamicMT.sln (Dynamic Multi-threaded DLL runtimes)
VisualStaticMTD.sln (Static Multi-threaded DLL runtimes)
VisualStaticMT.sln (Static Multi-threaded runtimes)

I try to understand the meaning. The comment should be divided into two parts, the first part, Dynamic/Static means the library generated(such as Core_Magick++ project) will produce a DLL or static library.

While the second part "Multi-thread DLL runtime/Multi-thread runtime" means the MSVC runtime library built with the project, in "C++/Code Generation/Runtime Library" setting.

Is my understanding correct?
Post Reply