How to use ImageMagick for VC++ (MFC) application?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
2049651
Posts: 29
Joined: 2015-10-20T07:29:42-07:00
Authentication code: 1151

How to use ImageMagick for VC++ (MFC) application?

Post by 2049651 »

Hello?

I want to use ImageMagicK at the Form Project like as following picture.
http://postfiles8.naver.net/20151025_16 ... pg?type=w1

Image
When I implemented, I got some error.

 

1>ex3.cpp(22): error C2872: 'Image' : ambiguous symbol

1>          could be 'c:\program files\imagemagick-6.8.6-q16\include\Magick++/Image.h(55) : Magick::Image'

1>          or       'c:\program files\reference assemblies\microsoft\framework\.netframework\v4.0\system.drawing.dll : System::Drawing::Image'

 


How can I use ImageMagicK library? also please let me know some example code or project files.
What am I suppose to do for this?

Now, I have updated project file

http://pds.devpia.com/MAEUL/20/vc_qa/96 ... 94/ex3.zip

Thanks,
Post Reply