Visual Studio version?
Ok, an ImageMagick user bought us a copy of Visual Studio 2005 (feel free to identify yourself if you want). ImageMagick compiled with only one patch to IMDisplayDoc.cpp and one patch to configure.cpp. We now need to see if we need to conditionally make the changes so ImageMagick will build with Visual C++ 6, 7, or 8. In addition we will probably work on reducing some of the warnings Visual 8 spews to conform with the latest ISO standards. Give us a few weeks and we'll put out a beta distribution that builds under Visual C++ 8.
visual c++ 8
Hello,
Did you put the beta online? I'd like to try compile with Visual c++ 8 Express. I did try with release 6.2.9, following the instructions for c++7, but it says:
>c:\etc\packages\imagemagick-6.2.9\visualmagick\configure\stdafx.h(15) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory
So before digging to much into it, I'd like to know if I should use a different distribution.
regards
Joakim
Did you put the beta online? I'd like to try compile with Visual c++ 8 Express. I did try with release 6.2.9, following the instructions for c++7, but it says:
>c:\etc\packages\imagemagick-6.2.9\visualmagick\configure\stdafx.h(15) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory
So before digging to much into it, I'd like to know if I should use a different distribution.
regards
Joakim
visual c++ 8 Express
Did anyone succeed to compile (debug) on visual 2005 express?
I can get a project it to work with Visualmagick in release mode by installing the binary:
ImageMagick-6.2.9-1-Q16-windows-dll.exe
But it doesn't contain debug-dlls, so I must build, and then I run in to trouble since Express doesn't have MFC stuff
I can get a project it to work with Visualmagick in release mode by installing the binary:
ImageMagick-6.2.9-1-Q16-windows-dll.exe
But it doesn't contain debug-dlls, so I must build, and then I run in to trouble since Express doesn't have MFC stuff