Thanks for the reply. Yes, it is as advised by you. I am not even able to run the demo project (Button) provided with the Windows Binary Installer.
Rajeev Raina
Posts
-
ImageMagick++ - ErrorMissingDelegate at memorry location -
ImageMagick++ - ErrorMissingDelegate at memorry locationThanks again. I am also using the Windows Binaries. I tried with GIF and JPEG but same error message.
-
ImageMagick++ - ErrorMissingDelegate at memorry locationThanks for the reply. The complete message is Magick::ErrorMissingDelegate at memory location 0x0012fafc. I can understand there are some missing delegates but I really do not understand how do I have to install them. Regards
-
ImageMagick++ - ErrorMissingDelegate at memorry locationI have downloaded and installed ImageMagick++ from http://www.imagemagick.org/Magick++/. I am using Windows7 32 bit and Visual Studio 2008. I want to use the ImageMagick in an existing project. I made the required/suggested changes to my project properties like adding dependencies etc. I added three libraries in the additional dependencies (CORE_RL_Magick++_.lib,CORE_RL_MagickCore_.lib and CORE_RL_MagickWand_.lib I added Magick++.h header file and using namespace Magick Then Magick:: Image image (No error) image.read("5.png") throws an error "ErrorMissingDelegate at memorry location ....". I tried other image formats also, but same error. Please help.
-
Silverlight - VectrolLight Tree ViewHi Thanks for reply. Yes we tried the Silverlight tree, but results are not encouraging. We are only loading few hundred records and most of them are at first noode. It is still taking un-acceptable amount of time. Regards Rajeev
-
Silverlight - VectrolLight Tree ViewI have load a large set of data from SQL Server into a three level tree. It is taking long time to populate the tree. Is there a way (e.g. lazy loading) to load only few records first and then load the rest of the records so that the tree area doe not remain empty for a long time.