WindowStartMaximized=1
WindowVisible=1
WindowResizable=1
- UninstallDisplayName=Uninstall wxWindows
+ UninstallDisplayName=wxWindows 2.3.0
UninstallLogMode=Append
DirExistsWarning=auto
UninstallFilesDir={app}
CreateAppDir=1
DisableProgramGroupPage=0
AlwaysCreateUninstallIcon=1
- UninstallIconName=Uninstall wxWindows
+ UninstallIconName=Uninstall wxWindows 2.3.0
Uninstallable=1
DefaultDirName=c:\wx2
DefaultGroupName=wxWindows 2.3.0
!!! When sending bug reports tell us what version of wxWindows you are
using (including the beta) and what compiler on what system. One
- example: wxGTK 2.2.0, egcs 1.1.1, Redhat 6.2 !!!
+ example: wxGTK 2.3.0, egcs 1.1.1, Redhat 6.2 !!!
* The most simple case
-----------------------
-wxWindows 2.2 for Motif installation
+wxWindows 2.3 for Motif installation
------------------------------------
IMPORTANT NOTE:
When sending bug reports tell us what version of wxWindows you are
using (including the beta) and what compiler on what system. One
- example: wxMotif 2.2.0, egcs 1.1.1, Redhat 5.0
+ example: wxMotif 2.3.0, egcs 1.1.1, Redhat 5.0
First steps
-----------
-Installing wxWindows 2.2
+Installing wxWindows 2.3
------------------------
-This is wxWindows 2.2 for Microsoft Windows 3.1, 95, 98 and
+This is wxWindows 2.3 for Microsoft Windows 3.1, 95, 98 and
Windows NT/Windows 2000. This is an official, stable release.
IMPORTANT NOTE: If you experience problems installing, please
with the makefiles. See also the demos hierarchy which doesn't
have any BC++ project files yet.
-Note (2): to make the png, xpm, zlib, jpeg and tiff libraries (needed for
+Note (2): to make the png, zlib, jpeg and tiff libraries (needed for
some samples) you need to compile them with bc32.ide.
Note (3): the debug version of the wxWindows library is about 40 MB, and the
Note (3): if Watcom can't read the precompiled header when
building a sample, try deleting src\msw\watcom.pch and
compiling the sample again.
-Note (4): if you get _popen_ and _pclose_ link errors, try
-recompiling wxWindows with XPM support disabled in setup.h.
-Alternatively, make sure these lines exist at the top of
-src\xpm\xpmi.h:
-
-// Added by JACS for Watcom C++/wxWindows compilation (no popen/pclose functions)
-#ifdef __WATCOMC__
-#define NO_ZPIPE
-#endif
Metrowerks CodeWarrior compilation
----------------------------------