diff dwtestoo.cpp @ 2957:217ebbee034f

Win: Reenable -DAEROGLASS support, it was accidentally removed while testing on Win2k. Also update the readme and recommended compiler message in dwtestoo. Going to recommend GCC 5 since while 4.5+ should work it is extremely buggy.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 06 Jan 2023 19:55:55 +0000
parents afe9c20294ca
children 1dabe9c6c67b
line wrap: on
line diff
--- a/dwtestoo.cpp	Fri Jan 06 09:33:59 2023 +0000
+++ b/dwtestoo.cpp	Fri Jan 06 19:55:55 2023 +0000
@@ -83,7 +83,7 @@
     app->MessageBox(APP_TITLE, DW_MB_OK | DW_MB_INFORMATION, 
                     "Warning: You are viewing the simplified version of this sample program.\n\n" \
                     "This is because your compiler does not have lambda support.\n\n" \
-                    "Please upgrade to Clang, GCC 4.5 or Visual Studio 2015 to see the full sample.");
+                    "Please upgrade to Clang 3.3, GCC 5 or Visual Studio 2015 to see the full sample.");
 
     DWTest *window = new DWTest();
     DW::Button *button = new DW::Button("Test window");