ErrorMissingDelegate at Memory Location
Posted: 2017-03-03T00:25:41-07:00
I am using Windows7 32 bit with Visual Studio 2008.
I downloaded the binary installation and installed it successfully.
1. Create Desktop Icon - Ticked
2. Add application directory to your system path - Ticked
3. Install development headers and libraries for c and C++ - Ticked
I even converted some PNG images using the command prompt.
Then I opened Magic++_Demo.dsw and compiled it.
It failed because the library name used was "CORE_RL_magic.lib" where as the actual library in the lib folder is "CORE_RL_Magic.lib".
I Changed the library names in the project properties and it compiled successfully.
But When I run it I get the following error on the line number 61 button.read( backGround)
Magick::ErrorMissingDelegate at memory location 0x0012fafc.
On the command prompt, I even checked the delegates and PNG is in the list.
I am struggling it with for more than 3 days and need to get a resolution at the earliest. Kindly look into my issues and advise.
I downloaded the binary installation and installed it successfully.
1. Create Desktop Icon - Ticked
2. Add application directory to your system path - Ticked
3. Install development headers and libraries for c and C++ - Ticked
I even converted some PNG images using the command prompt.
Then I opened Magic++_Demo.dsw and compiled it.
It failed because the library name used was "CORE_RL_magic.lib" where as the actual library in the lib folder is "CORE_RL_Magic.lib".
I Changed the library names in the project properties and it compiled successfully.
But When I run it I get the following error on the line number 61 button.read( backGround)
Magick::ErrorMissingDelegate at memory location 0x0012fafc.
On the command prompt, I even checked the delegates and PNG is in the list.
I am struggling it with for more than 3 days and need to get a resolution at the earliest. Kindly look into my issues and advise.