Access Violation while Reading file

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

Post by magick »

Our standard response is to download the latest ImageMagick release and build and execute one of the ImageMagick Magick++ demos typically found in c:\Program Files\ImageMagick-6.2.7-Q16\Magick++_Demos. Try the button workspace. Build and run. It should work. Now use this workspace as a template for your own project.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Did you build ImageMagick yourself or are you using the pre-built ImageMagick self-installing binaries? The binaries we distribute are built with VisualStudio .Net 2003. We suspect that their may be some imcompatibilities between .Net 2006 and VS6. To fix the problem, compile the ImageMagick source distribution yourself with VS6, install, and try your Magick++ workspace again.
Post Reply