I've just yesterday downloaded the trial for MS Visual Studio 2010 and ImageMagick 6.6.2 source. I know that http://www.imagemagick.org/script/advan ... lation.php lists VS 6 and VS7 as supported, but I could not find links to download them from MS' website and so I grabbed what was jumping out from the webpage.
I am able to open, convert, and compile configure.sln with some warnings but no errors, but when I run the resulting configure.exe I encounter two problems - (1) An attempt to click the "Edit magick-config.h" button tells me that the file cannot be found, and (2) the resulting VisualStaticMT.sln fails the conversion to 2010 format with the following error in the conversion report:
Code: Select all
Conversion Report - All\All.vcproj:
Converting project file 'C:\Users\spugh\Documents\Visual Studio 2010\Projects\ImageMagick-6.6.2\VisualMagick\configure\Debug\All\All.vcproj'.
File 'C:\Users\spugh\Documents\Visual Studio 2010\Projects\ImageMagick-6.6.2\VisualMagick\configure\Debug\All\All.vcproj' was not found.
Project upgrade failed.
I figure this might be related to using 2010 for my initial build of configure.exe, but can anyone give me more insight? I am far from a C++ genius, and definitely not fluent in the Visual Studio environment.
Many thanks,
Steve