GraphicsMagick: VisualMagick/configure/welcome_page.cpp Notify u...

GraphicsMagick Commits <[email protected]> Sun, 17 Sep 2023 04:39:45 -0500
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.1345.1694943593.1370.graphicsmagick-commit@lists.sourceforge.net>
changeset b2b0efbb0e26 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=b2b0efbb0e26
summary: VisualMagick/configure/welcome_page.cpp Notify user that MSVC older than 2008 is not supported.

diffstat:

 ChangeLog                               |  3 +++
 VisualMagick/configure/welcome_page.cpp |  7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 6007f4a6acd2 -r b2b0efbb0e26 ChangeLog
--- a/ChangeLog	Sun Sep 17 11:13:32 2023 +0200
+++ b/ChangeLog	Sun Sep 17 11:39:23 2023 +0200
@@ -1,4 +1,7 @@
 2023-09-17  Fojtik Jaroslav  <[email protected]>
+	* VisualMagick/configure/welcome_page.cpp Notify user that MSVC 
+	older than 2008 is not supported.
+
 	* VisualMagick/magick/magick_config.h.in Expose ENABLE_SVG_WRITER.
 	For debugging purpose this should be always enabled. Only for
 	final release you can disable it.
diff -r 6007f4a6acd2 -r b2b0efbb0e26 VisualMagick/configure/welcome_page.cpp
--- a/VisualMagick/configure/welcome_page.cpp	Sun Sep 17 11:13:32 2023 +0200
+++ b/VisualMagick/configure/welcome_page.cpp	Sun Sep 17 11:39:23 2023 +0200
@@ -58,9 +58,10 @@
 	m_welcomeText += "When the build environment has been created you can build the system in ";
 	m_welcomeText += "the Visual Studio IDE.\n\n";
 
-	m_welcomeText += "NOTE: Please be advised that support for Visual Studio 6.0 will not be ";
-	m_welcomeText += "actively supported very soon. VS7 has been out for a year now and all ";
-	m_welcomeText += "current work takes place in this environment.\n\n";
+	m_welcomeText += "NOTE: You cannot compile GraphicsMagick with Visual Studio older than 2008. ";
+	m_welcomeText += "Support for Visual Studio 6.0 is not possible. ";
+	m_welcomeText += "VS7 has been out for a year now and all current work takes place in this";
+	m_welcomeText += "environment.\n\n";
 
 	m_welcomeText += "Good Luck - and thanks for all the fish!";