Page 1 of 1

Nedd help with Visual C++ 6

Posted: 2008-04-23T22:20:07-07:00
by teopau
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.

Re: Nedd help with Visual C++ 6

Posted: 2009-09-15T23:34:52-07:00
by zhangtemplar
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!

Re: Nedd help with Visual C++ 6

Posted: 2009-09-16T05:28:28-07:00
by magick
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?