Help with Visual C++ with ImageMagick:

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 »

To get started with a Magick++ project, go to the c:\Program Files\ImageMagick-6.1.9/Magick++_Demos and fire up one of the demo projects. Build and run the project. Hopefully it will run without complaint and you can then use the project as a template for your own.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Looks like a C++ name mangler problem. The only way to fix would be to compile the ImageMagick source distribution yourself since the binaries we provide were compiled with Visual Studio .NET.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Do you have all the service packs applied to your compiler? I thinks its up to service pack 5 or 6 by now.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Wish we could help with VS 6. We heard enough complaints about VS 6 that the development team bought a copy and ImageMagick compiled first time without complaint. Hopefully someone in the ImageMagick user community might have some insight into resolving VS 6 problems.
Post Reply