Search found 2 matches

by main_coder
2016-09-30T13:50:52-07:00
Forum: Magick++
Topic: Magick++ for Visual Studio 2015 tutrial
Replies: 4
Views: 14842

Re: Magick++ for Visual Studio 2015 tutrial

Yes. I'm finally build it but only with the release libs from installed package ImageMagick-7.0.3-1-Q16-x86-dll.exe
CORE_RL_Magick++_.lib;CORE_RL_MagickCore_.lib;CORE_RL_MagickWand_.lib

So I'm not sure is it proper to work with release version of libs under debug configuration of my project?
by main_coder
2016-09-30T09:42:54-07:00
Forum: Magick++
Topic: Magick++ for Visual Studio 2015 tutrial
Replies: 4
Views: 14842

Magick++ for Visual Studio 2015 tutrial

Is there some tutorial or video on how to set up simple win32 console app with static libs ? I've build Visual Magich config tool, then build MTD libs for x86 system. I've create simple win 32 console app. Set proper path for "Additional Library Directories" and "Additional Include Directories" Set ...