Page 1 of 1

Error when running the demo programs

Posted: 2013-01-20T01:25:01-07:00
by 14K
All demo programs are successfully compiled and linked but when i am click the play button or (ctrl+f5) this error appears,

Inside Call stack Tab:
CORE_RL_Magick++_.dll!6b004bca()
[Frames below may be incorrect and/or missing, no symbols loaded for CORE_RL_Magick++_.dll]
CORE_RL_Magick++_.dll!6affb2d8()
> button.exe!main(int __formal=-1990322582, char * * argv=0x53535330) Line 65 C++
Inside Output Tab:
'button.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll'
First-chance exception at 0x6b004bca in button.exe: 0xC0000005: Access violation writing location 0x00bbd458.
Unhandled exception at 0x6b004bca in button.exe: 0xC0000005: Access violation writing location 0x00bbd458.
First-chance exception at 0x6b004bca in button.exe: 0xC0000005: Access violation writing location 0x00bbd458.
Unhandled exception at 0x6b004bca in button.exe: 0xC0000005: Access violation writing location 0x00bbd458.
I format my whole hard-drive and re-install the Magick++ and Visual Studio 2008 but still getting the same error.
I have Windows 7 x64 installed.

I tried installing both x86 and x64 version of Magick++ already but getting this error in x64 version while x86 version of magick++ is not running at all.

Kindly help me out...this problem us causing only with Magick++ while CImg is working absolutely fine.

Is this error due to any Windows problem ? like permission or something ?