Search found 2 matches

by robberjohn
2015-06-04T00:17:55-07:00
Forum: Users
Topic: error while using ImageMagick in VS2012 - 'identifier not found'
Replies: 2
Views: 1004

Re: error while using ImageMagick in VS2012 - 'identifier not found'

Actually, I want to use the function "GetMagickPixelPacket", “InitializeMagick” and “GetExceptionInfo” in another project, can you tell me where the mistake is?
by robberjohn
2015-06-03T09:22:22-07:00
Forum: Users
Topic: error while using ImageMagick in VS2012 - 'identifier not found'
Replies: 2
Views: 1004

error while using ImageMagick in VS2012 - 'identifier not found'

I'm trying to use ImageMagick Library for a C Project in VS2012. I installed the Library from here: http://www.imagemagick.org/script/binary-releases.php Then in my Project, I added D:\Program Files (x86)\ImageMagick-6.9.1-Q16\include\ to the include folders. Then I tried to use Magick with an ...