diff --git a/docs/doxygen/mainpages/introduction.h b/docs/doxygen/mainpages/introduction.h index 93e0a0b667..051b11b7be 100644 --- a/docs/doxygen/mainpages/introduction.h +++ b/docs/doxygen/mainpages/introduction.h @@ -78,10 +78,10 @@ paragraphs, but here are some of the benefits: wxWidgets first-tier "ports", ie implementations of wxWidgets API, are: @li wxMSW: This is the native port for Microsoft Windows systems (from Windows -95 up to Windows 8.1 with at least Windows XP being recommended), either 32 or -64 bits. The primarily supported compilers are Microsoft Visual C++ (versions 6 -up to 2013 are supported, at least 2005 is recommended) and GNU g++ (either -from the traditional MinGW, TDM-GCC or MinGW-w64 distributions). +XP up to Windows 10), either 32 or 64 bits. The primarily supported compilers +are Microsoft Visual C++ (versions 2003 up to 2015 are supported, at least 2005 +is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or +MinGW-w64 distributions). @li wxGTK: wxGTK2 and wxGTK3 are the ports using GTK+ library version 2.x and 3.x respectively. They are very similar, with wxGTK2 being, however, more diff --git a/docs/msw/install.txt b/docs/msw/install.txt index fb683471ae..2eea466317 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -1,9 +1,8 @@ Installing wxWidgets for Windows -------------------------------- -This is wxWidgets for Microsoft Windows 9x/ME, Windows NT -and later (2000, XP, Vista, 7, 8, etc) including both 32 bit and 64 -bit versions. +This is wxWidgets for Microsoft Windows (XP, Vista, 7, 8, 10, etc) +including both 32 bit and 64 bit versions. Table of Contents: @@ -108,8 +107,8 @@ Microsoft Visual C++ Compilation * From the IDE using the provided project files: Ready to use project files are provided for VC++ versions 7, 8, 9, -10, 11 and 12 (also known as MSVS 2003, 2005, 2008, 2010, 2012 and 2013 -respectively). +10, 11, 12 and 14 (also known as MSVS 2003, 2005, 2008, 2010, 2012, 2013 +and 2015 respectively). Simply open wx_vcN.sln (for N=7, 8, 9, 10, 11 or 12) file, select the appropriate configuration (Debug or Release, static or DLL)