Search found 3 matches

by graphicsRat
2011-05-07T08:52:10-07:00
Forum: Magick++
Topic: New to Magick++ , sample code crashes without error message
Replies: 3
Views: 18948

Re: New to Magick++ , sample code crashes without error mess

I've tried compiling my sample code in Release mode with the Multi-threaded DLL (/MD) option, but got the following error Compiling... ImageMagicTest.cpp C:\Program Files\ImageMagick-6.6.9-Q16\include\Magick++\Drawable.h(456) : warning C4251: 'Magick::DrawableBezier::_coordinates' : class 'std::list...
by graphicsRat
2011-05-07T06:33:18-07:00
Forum: Magick++
Topic: New to Magick++ , sample code crashes without error message
Replies: 3
Views: 18948

Re: New to Magick++ , sample code crashes without error mess

Do you choose the Release build rather than the default Debug build? Thanks. I was developing in Debug mode and now I've switched to Release mode. Unfortunately, compiling in Release mode, Single-threaded (/ML), produces a slew of linker errors: ImageMagicTest.obj : error LNK2019: unresolved extern...
by graphicsRat
2011-05-06T17:52:21-07:00
Forum: Magick++
Topic: New to Magick++ , sample code crashes without error message
Replies: 3
Views: 18948

New to Magick++ , sample code crashes without error message

I'm only just trying to get the hang of Magic++ and trying out the following bit of code (in Visual Studio .NET 2003). The code compiles OK but crashes without any error when I run it. BTW, I'm using the development headers and lib files that come with the precompiled Windows binary. Edit: when I ra...