ErrorMissingDelegate

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
skidoosh
Posts: 5
Joined: 2011-06-13T07:28:04-07:00
Authentication code: 8675308

ErrorMissingDelegate

Post by skidoosh »

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 I get to any write or read function in the code such as this:

Code: Select all

image1.write(location+"\\"+timestamp+"-00.tiff");
It's giving this error in both Debug and Release. None of the other forums have really helped answer this. It's a similar problem to the one that this guy had viewtopic.php?f=6&t=13970 except that mine doesn't work in debug at all. I tried building from source but for some reason had trouble linking to those files. Any suggestions are greatly appreciated.
Last edited by skidoosh on 2011-06-13T08:09:58-07:00, edited 3 times in total.
skidoosh
Posts: 5
Joined: 2011-06-13T07:28:04-07:00
Authentication code: 8675308

Re: ErrorMissingDelegate

Post by skidoosh »

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\
Post Reply