X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/59f846df9b87ea2f7a0314d5c4f79c2db9f5d378..d742155316e6052783b731897499b430fe76dba1:/docs/msw/install.txt diff --git a/docs/msw/install.txt b/docs/msw/install.txt index c1b271ce32..73fd80e3af 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -1,7 +1,7 @@ -Installing wxWidgets 2.7.0 +Installing wxWidgets 2.7.2 ----------------------------------------------------------- -This is wxWidgets 2.7.0 for Microsoft Windows 9x/ME, Windows NT, +This is wxWidgets 2.7.2 for Microsoft Windows 9x/ME, Windows NT, Windows 2000, Windows XP and Windows CE. These installation notes can be found in docs/msw/install.txt @@ -344,6 +344,13 @@ Note (4): if Watcom can't read the precompiled header when building a sample, try deleting .pch files in build\msw\wat_* and compiling the sample again. +Note (5): wxUSE_STD_STRING is disabled in wx/string.h for Watcom as this + compiler doesn't come with standard C++ library headers by default. + If you install STLPort or another STL implementation, you'll need to + edit wx/string.h and remove the check for Digital Mars in it (search + for __WATCOM__). + + Metrowerks CodeWarrior compilation ---------------------------------------------------------------- @@ -354,7 +361,7 @@ Metrowerks CodeWarrior compilation ** The authoritative list of files is in build/bakefiles/files.bkl 1. CodeWarrior Pro 7 project files in XML format are already - included in wxMSW-2.7.0.zip and the setup version. + included in wxMSW-2.7.2.zip and the setup version. 2. Review the file include\wx\msw\setup.h (or include\wx\msw\setup0.h if you are working from the CVS version) to make sure the settings reflect @@ -597,6 +604,12 @@ using bakefile tool according to the instructions in build\bakefiles\README: bakefile_gen -f dmars -b ../../samples/minimal/minimal.bkl +Note that wxUSE_STD_STRING is disabled in wx/string.h for Digital Mars as this +compiler doesn't come with standard C++ library headers by default. If you +install STLPort or another STL implementation, you'll need to edit wx/string.h +and remove the check for Digital Mars in it (search for __DMC__). + + 16-bit compilation is no longer supported. Configuring the build