Nedd help with Visual C++ 6

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
teopau

Nedd help with Visual C++ 6

Post 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.
zhangtemplar

Re: Nedd help with Visual C++ 6

Post 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!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Nedd help with Visual C++ 6

Post 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?
Post Reply