Install problem from Windows Source

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

Install problem from Windows Source

Post by 2049651 »

Hi. I'm trying to install ImageMagic to using in vc6.0.
So now I'm referencing as following site page.

http://www.imagemagick.org/script/install-source.php
Especially, you can see this institution "Next, launch your Visual Studio IDE and choose Open->Project. Select the configure workspace from the ImageMagick-6.9.2/VisualMagick/configure folder and press Open. Choose Build->Build Solution to compile the program and on completion run the program."

but there are not any options in vc6.0. Also in C:\ImageMagick-windows\ImageMagick-6.9.2-4\VisualMagick\configure, there are just
configure.exe
configure.sln
configure.vcxproj
files. There are no file related vc6.0.

secondly, you can find institute as following " If you are using the Visual Studio 6.0 IDE, make sure no check is next to the Generate Visual Studio 7 format option."

But after I run configure.exe, there are no options about "If you are using the Visual Studio 6.0 IDE, make sure no check". there are just existed vc2002,vc2010,vc2012,vc2013,vc2015.

What am I supposed to do to make vc6.0 project?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Install problem from Windows Source

Post by dlemstra »

It looks like we need to update the documentation, that was written many years ago. We no longer support Visual Studio 6.0, I would advise you to upgrade to a more recent version of Visual Studio.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply