Page 1 of 1

What is the best approach to use ImageMagick Library in VC6.0?

Posted: 2015-10-20T07:35:33-07:00
by 2049651
Hello Everyone,

I don't know where to start from.
I'd like to make a simple image signal processing program by using ImageMagick Library.
But I'm not well and have not experience with ImageMagicK before.

What is the best approach to use ImageMagick Library in VC6.0?
Also where is the simple example to use ImageMagick Library in VC6.0 MFC?

Re: What is the best approach to use ImageMagick Library in VC6.0?

Posted: 2015-10-20T08:01:30-07:00
by dlemstra
VC6.0 is no longer supported so you cannot build the latest version of ImageMagick with that version of Visual Studio. Why can't you use the free 2015 community edition?

Re: What is the best approach to use ImageMagick Library in VC6.0?

Posted: 2015-10-20T08:04:14-07:00
by 2049651
dlemstra wrote:VC6.0 is no longer supported so you cannot build the latest version of ImageMagick with that version of Visual Studio. Why can't you use the free 2015 community edition?
Because My computer is so old and slow. So I can't have a choice. (I don't need latest version of ImageMagicK :) )
Would you please let me know what version support VC6.0? also link too please .
And If you don't mind, would you please introduce a reference books about using ImageMagicK in Visual Studio?