Search found 2 matches

by BrunoReX
2013-01-15T16:50:40-07:00
Forum: Bugs
Topic: Fix for compilation with ICL on Visual Studio
Replies: 1
Views: 1994

Fix for compilation with ICL on Visual Studio

You won't be able to compile ImageMagick on Windows using Visual Studio and the Intel C++ Compiler, it complains about the preprocessor definitions for libtiff since they are all in the same line, the solution is to give each of them its own line. Here's a patch for VisualMagick. I was able to ...
by BrunoReX
2012-06-04T05:39:01-07:00
Forum: Bugs
Topic: 6.7.7-5 Q16 static Win32 installer = dynamic
Replies: 1
Views: 3139

6.7.7-5 Q16 static Win32 installer = dynamic

The Windows 32-bit static installer for 6.7.7-5 Q16 is actually dynamic, I noticed something was off right from the download size. :D
It's not a big problem, since there's the zip archive as an alternative, but I just thought I may as well report.