Search found 5 matches

by skidoosh
2011-06-14T07:59:48-07:00
Forum: Magick++
Topic: ErrorMissingDelegate
Replies: 3
Views: 17463

Re: ErrorMissingDelegate

So it turns out that having two different versions of ImageMagick (source and binary) isn't a very good idea... Uninstalling the binary-built versions solved my problem.
by skidoosh
2011-06-13T09:39:56-07:00
Forum: Magick++
Topic: ErrorMissingDelegate
Replies: 3
Views: 17463

Re: ErrorMissingDelegate

Using PNM, PNG, JPEG or any other format does not work. The button demo builds and runs, but when I build it again with the line button.display(); uncommented, the program crashes when it runs. When I debug, it gives a reading error: Unhandled exception at 0x006bddd8 in button.exe: 0xC0000005: Acces...
by skidoosh
2011-06-13T08:09:40-07:00
Forum: Magick++
Topic: ErrorMissingDelegate
Replies: 3
Views: 17463

ErrorMissingDelegate

I am using ImageMagick-6.6.3-Q16 in my application that I am building in Visual Studio 2010 on Windows 7 64 bitand it is crashing in runtime with this error: Unhandled exception at 0x76cab727 in PICamera.exe: Microsoft C++ exception: Magick::ErrorMissingDelegate at memory location 0x0018bea0.. when ...
by skidoosh
2011-06-13T07:44:15-07:00
Forum: Users
Topic: ErrorMissingDelegate
Replies: 1
Views: 4420

Re: ErrorMissingDelegate

Also, when I debug, it usually brings up the malloc.c file in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\crt\src\
by skidoosh
2011-06-13T07:38:03-07:00
Forum: Users
Topic: ErrorMissingDelegate
Replies: 1
Views: 4420

ErrorMissingDelegate

I am using ImageMagick-6.6.3-Q16 in my application that I am building in Visual Studio 2010 on Windows 7 64 bit and it is crashing in runtime with this error: Unhandled exception at 0x76cab727 in PICamera.exe: Microsoft C++ exception: Magick::ErrorMissingDelegate at memory location 0x0018bea0.. when...