I can't seem to get ImageMagick to work under VC6. I installed ImageMagick-6.4.0-6-Q8-windows-dll.exe with header files for VC and compiled the demo programs. But when I run it, button.exe, I get access violation 0xc0000005 at 0x10023c95 core_rl_magick++_.dll.
I'm trying to use VisualMagick API in my MFC programs.
Any ideas.
Thanks in advance.
Nedd help with Visual C++ 6
Re: Nedd help with Visual C++ 6
Yes, I have the same question. I use all the default configure during the installation. But still find this error when I try to compile the demo project.
Does any guy know what is the problem?
Thank you very much!
Does any guy know what is the problem?
Thank you very much!
Re: Nedd help with Visual C++ 6
Install the Visual C++ 2008 Redistributable Package (x86) or Visual C++ 2008 Redistributable Package (x64). 64-bit Windows requires both packages (x86 & x64). Does that resolve the problem?