Search found 2 matches

by aberent
2011-11-09T09:04:36-07:00
Forum: Bugs
Topic: Bugs finding coders relative to executable
Replies: 1
Views: 4948

Bugs finding coders relative to executable

Tested on ImageMagick 6.7.1, built on and for Intel 32-bit Ubuntu 10.04, but the code appears still to be incorrect on the SVN head. The ImageMagick resources page states that ImageMagick will search "<client path>/../lib/ImageMagick-6.7.3/modules-Q16/coders/" for coders, however ImageMag...
by aberent
2011-04-08T11:21:30-07:00
Forum: Users
Topic: Magick++ Demo won't compile VS 2008
Replies: 14
Views: 34046

Re: Magick++ Demo won't compile VS 2008

Hi, I had a problem rather similar to this problem, and I think I have an explanation. On investigation I discovered that, on Windows, the format of std::string changes between Visual Studio versions and also seems to depend on the compiler options you use. This causes problems because the read() fu...