-Installing wxWindows 2.3
-------------------------
+Installing wxWindows 2.3.3
+--------------------------
-This is wxWindows 2.3 for Microsoft Windows 9x/ME, Windows NT,
+This is wxWindows 2.3.3 for Microsoft Windows 9x/ME, Windows NT,
Windows 2000 and Windows XP. This is an unstable development release.
Please note that the library naming conventions for VC++
-compilation have changed between 2.3.1 and 2.3.2. This means that
+compilation have changed after 2.3.1. This means that
you will need to change your application project files. See the
relevant section below for details.
your Borland C++ installation, and it uses the FAT (short
name) form with no spaces.
Reboot if needed for the changes to autoexec.bat to take effect.
-2. Change directory to wx\src\msw. Type 'make -f makefile.b32' to
+2. Change directory to src\msw. Type 'make -f makefile.b32' to
make the wxWindows core library. Ignore the warnings about
'XXX' not found in library.
3. Change directory to a sample or demo such as samples\minimal, and type