ErrorMissingDelegate
Posted: 2011-06-13T08:09:40-07:00
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 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 http://www.imagemagick.org/discourse-se ... =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.
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 http://www.imagemagick.org/discourse-se ... =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.