# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1673034955 0 # Node ID 217ebbee034fbaf1cb01564b3f3e6cfac0a9dc48 # Parent afe9c20294cadbb7a583531eb3f5fa3d72248169 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. diff -r afe9c20294ca -r 217ebbee034f dwtestoo.cpp --- 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"); diff -r afe9c20294ca -r 217ebbee034f makefile.vc --- a/makefile.vc Fri Jan 06 09:33:59 2023 +0000 +++ b/makefile.vc Fri Jan 06 19:55:55 2023 +0000 @@ -113,7 +113,7 @@ # These options will hide the deprecation warnings; Comment the next line to see them CRT_FLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNING -D_WINSOCK_DEPRECATED_NO_WARNINGS -CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DRICHEDIT -DTOOLBAR -DGDIPLUS -D_UNICODE -DUNICODE -DBUILD_DLL -DISOLATION_AWARE_ENABLED=1 -I$(SRCDIR)\platform -I$(SRCDIR) $(WEBVIEW2INC) $(WINTOASTINC) $(SVNVERSION) $(CRT_FLAGS) +CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DRICHEDIT -DTOOLBAR -DGDIPLUS -DAEROGLASS -D_UNICODE -DUNICODE -DBUILD_DLL -DISOLATION_AWARE_ENABLED=1 -I$(SRCDIR)\platform -I$(SRCDIR) $(WEBVIEW2INC) $(WINTOASTINC) $(SVNVERSION) $(CRT_FLAGS) LIBS = wsock32.lib kernel32.lib user32.lib comctl32.lib gdi32.lib advapi32.lib shell32.lib comdlg32.lib ole32.lib oleaut32.lib userenv.lib msimg32.lib gdiplus.lib $(WEBVIEW2LIB) RES = LINKFLAGS = -machine:$(TARGET_CPU) -manifest $(LINK_DEBUG) diff -r afe9c20294ca -r 217ebbee034f readme.txt --- a/readme.txt Fri Jan 06 09:33:59 2023 +0000 +++ b/readme.txt Fri Jan 06 19:55:55 2023 +0000 @@ -30,7 +30,7 @@ Intel Apple Clang from Xcode 4.4 or later. Apple Silicon any supported Apple Clang. Windows: Visual Studio 2015, recent Clang-cl or MingW32. - Linux/FreeBSD: GCC 4.8.1 or Clang 3.3 recommended. + Linux/FreeBSD: GCC 5 or Clang 3.3 recommended. OS/2: GCC 9.2 from Bitwise Works recommended. If you build with a pre-C++11 compiler features will be