1999-10-26 13:33:13 +00:00
|
|
|
wxWindows 2.1
|
|
|
|
-------------
|
1998-12-31 17:32:18 +00:00
|
|
|
|
1999-01-31 18:47:10 +00:00
|
|
|
Welcome to wxWindows 2, a sophisticated cross-platform C++
|
1998-12-31 18:18:56 +00:00
|
|
|
framework for writing advanced GUI applications using (where
|
|
|
|
possible) the native controls.
|
|
|
|
|
|
|
|
In addition to common and advanced GUI facilities such as frames, scrolling
|
1999-03-01 22:41:38 +00:00
|
|
|
windows, toolbars, tree controls, icons, device contexts, printing,
|
|
|
|
splitter windows and so on, there are wrappers for common file operations,
|
|
|
|
and facilities for writing TCP/IP applications, thread handling, and more.
|
1998-12-31 18:18:56 +00:00
|
|
|
Where certain features are not available on a platform, such as MDI and
|
|
|
|
tree controls on Unix, they are emulated.
|
|
|
|
|
1999-10-26 13:33:13 +00:00
|
|
|
A detailed 1100-page reference manual is supplied in HTML, PDF and
|
1999-03-01 22:41:38 +00:00
|
|
|
Windows Help form: see the docs hierarchy.
|
1998-12-31 17:32:18 +00:00
|
|
|
|
1999-01-27 10:01:14 +00:00
|
|
|
For a quick start, point your Web browser at docs/html/index.htm for a list of
|
|
|
|
important documents and samples.
|
|
|
|
|
1999-10-26 15:16:29 +00:00
|
|
|
Changes in this release
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
These are the major improvements:
|
|
|
|
|
|
|
|
wxWindows 2.1
|
|
|
|
=============
|
|
|
|
|
|
|
|
- Integration of wxHTML widget and help controller into
|
|
|
|
wxWindows. wxHTML allows HTML viewing and printing.
|
|
|
|
- New classes wxChrono, wxDialUpManager, wxFontEnumerator,
|
|
|
|
TODO
|
|
|
|
- wxSocket and wxThread classes rewritten.
|
|
|
|
- Documentation improvements.
|
|
|
|
|
1998-12-31 17:32:18 +00:00
|
|
|
Platforms supported
|
1998-05-20 14:01:55 +00:00
|
|
|
-------------------
|
|
|
|
|
1999-01-31 18:47:10 +00:00
|
|
|
wxWindows 2 currently supports the following platforms:
|
1998-12-31 17:32:18 +00:00
|
|
|
|
|
|
|
- Windows 3.1, Windows 95/98, Windows NT
|
1999-01-31 18:47:10 +00:00
|
|
|
- Most Unix variants with Motif/Lesstif
|
|
|
|
- Most Unix variants with GTK+
|
|
|
|
|
|
|
|
Most popular C++ compilers are supported; see the release notes
|
|
|
|
(available via docs/html/index.htm) for details.
|
1998-12-31 17:32:18 +00:00
|
|
|
|
|
|
|
Files
|
|
|
|
-----
|
|
|
|
|
1999-10-26 13:33:13 +00:00
|
|
|
The distribution is available in a number of formats.
|
|
|
|
The most convenient is the platform-specific distribution,
|
|
|
|
but the zip set forms a more complete distribution, for example if
|
|
|
|
you wish to take part in wxWindows development. Also, add-ons
|
|
|
|
such as OGL may only be available in zip form.
|
|
|
|
|
|
|
|
Zip set
|
|
|
|
-------
|
|
|
|
|
1998-12-31 17:32:18 +00:00
|
|
|
Depending on what you downloaded, you may have one or more of
|
|
|
|
these ports. You may unarchive any or all of the ports into
|
|
|
|
the same directory hierarchy. The zip archive set comprises the
|
|
|
|
following:
|
|
|
|
|
|
|
|
wx200gen.zip Generic source code and samples (required)
|
|
|
|
wx200msw.zip Windows-specific source code
|
|
|
|
wx200mot.zip Motif-specific source code
|
|
|
|
wx200gtk.zip GTK-specific source code
|
1999-02-19 21:54:37 +00:00
|
|
|
wx200stubs.zip Stubs ('empty port') source. Needs
|
1999-03-01 22:41:38 +00:00
|
|
|
wx200gen.zip/tgz.
|
1998-12-31 17:32:18 +00:00
|
|
|
wx200doc.zip Documentation source code (not required)
|
|
|
|
wx200hlp.zip WinHelp documentation
|
|
|
|
wx200pdf.zip Acrobat PDF documentation
|
|
|
|
wx200htm.zip HTML documentation
|
1999-02-18 14:55:34 +00:00
|
|
|
wx200vc.zip MS VC++ 5/6 project files
|
|
|
|
wx200bc.zip Borland C++ 5 project files
|
|
|
|
wx200cw.zip Metrowerks CodeWarrior 4.1 project files
|
1999-10-26 13:33:13 +00:00
|
|
|
jpeg.zip Optional JPEG library
|
|
|
|
ogl3.zip Optional Object Graphics Library
|
|
|
|
glcanvas.zip Optional wxGLCanvas class (Motif, GTK, MSW)
|
|
|
|
tex2rtf2.zip Tex2RTF documentation tool
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1999-10-26 13:33:13 +00:00
|
|
|
wxWindows for GTK distribution
|
|
|
|
------------------------------
|
1999-02-19 21:54:37 +00:00
|
|
|
|
1999-10-26 15:16:29 +00:00
|
|
|
wxGTK-2.x.x.tgz wxGTK source distribution. You will
|
|
|
|
need the HTML and/or PDF documentation
|
|
|
|
from the zip set (above).
|
1999-10-26 13:33:13 +00:00
|
|
|
|
|
|
|
wxWindows for Motif distribution
|
|
|
|
--------------------------------
|
|
|
|
|
1999-10-26 15:16:29 +00:00
|
|
|
wxMotif-2.x.x.tgz wxMotif source distribution. You will
|
|
|
|
need the HTML and/or PDF documentation
|
|
|
|
from the zip set (above).
|
1999-10-26 13:33:13 +00:00
|
|
|
|
|
|
|
wxWindows for Windows distribution
|
|
|
|
----------------------------------
|
|
|
|
|
1999-10-26 15:16:29 +00:00
|
|
|
As well as the core source, the Windows setup contains:
|
|
|
|
|
|
|
|
- Windows Help versions of the documentation (docs/winhelp);
|
|
|
|
- wxGLCanvas (OpenGL integration, in utils/glcanvas);
|
|
|
|
- OGL 3 (Object Graphics Library, in utils/ogl);
|
|
|
|
- wxTreeLayout (for tree drawing, in utils/wxtree);
|
|
|
|
- a Dialog Editor binary;
|
|
|
|
- the JPEG library.
|
|
|
|
|
1999-10-26 13:33:13 +00:00
|
|
|
setup.exe Setup file (Windows 95/98, NT)
|
|
|
|
setup.* Other setup files
|
1999-02-19 21:54:37 +00:00
|
|
|
|
1999-10-26 15:16:29 +00:00
|
|
|
wxWindows for Mac distribution
|
|
|
|
------------------------------
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
1998-12-31 17:32:18 +00:00
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
1999-01-31 18:47:10 +00:00
|
|
|
wxWindows 2 needs to be compiled before you can test out
|
1998-12-31 17:32:18 +00:00
|
|
|
the samples or write your own applications.
|
|
|
|
For installation information, please see the install.txt file
|
|
|
|
in the individual directories:
|
1998-12-06 20:24:56 +00:00
|
|
|
|
|
|
|
docs/msw
|
|
|
|
docs/gtk
|
|
|
|
docs/motif
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
Licence information
|
1998-12-31 17:32:18 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
For licensing information, please see the files:
|
|
|
|
|
|
|
|
docs/preamble.txt
|
|
|
|
docs/licence.txt
|
|
|
|
docs/licendoc.txt
|
|
|
|
docs/gpl.txt
|
|
|
|
docs/lgpl.txt
|
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
Although this may seem complex, it is there to allow authors of
|
|
|
|
proprietary/commercial applications to use wxWindows in
|
|
|
|
addition to those writing GPL'ed applications. In summary,
|
|
|
|
the licence is L-GPL plus a clause allowing unrestricted
|
|
|
|
distribution of application binaries. To answer a FAQ, you
|
|
|
|
don't have to distribute any source if you wish to write
|
|
|
|
commercial applications using wxWindows.
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
|
1999-10-26 15:16:29 +00:00
|
|
|
See docs/changes.txt for a detailed history of changes to wxWindows 2.
|
1998-12-31 18:18:56 +00:00
|
|
|
See docs/html/index.htm for an HTML index of the major documents.
|
|
|
|
|
|
|
|
The Windows help files are located in docs/winhelp.
|
|
|
|
The PDF help files are located in docs/pdf.
|
|
|
|
|
|
|
|
Further information
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
The wxWindows Web site is located at:
|
|
|
|
|
1999-01-31 18:47:10 +00:00
|
|
|
http://www.wxwindows.org
|
1998-12-31 18:18:56 +00:00
|
|
|
|
1999-02-12 08:22:29 +00:00
|
|
|
The wxGTK Web site (with further wxGTK-specific files and
|
1998-12-31 18:18:56 +00:00
|
|
|
information) is located at:
|
|
|
|
|
|
|
|
http://www.freiburg.linux.de/~wxxt
|
|
|
|
|
|
|
|
The main wxWindows ftp site is at:
|
|
|
|
|
|
|
|
ftp://www.remstar.com/pub/wxwin
|
|
|
|
|
|
|
|
A wxWindows CD-ROM with the latest distribution plus an HTML
|
|
|
|
front-end and hundreds of MB of compilers, utilities and other
|
1999-10-26 13:33:13 +00:00
|
|
|
material may be ordered from the CD-ROM page (see the wxWindows
|
|
|
|
web site) or contact Julian Smart <julian.smart@ukonline.co.uk>.
|
1998-12-31 18:18:56 +00:00
|
|
|
|
|
|
|
Good luck!
|
|
|
|
|
1999-10-26 13:33:13 +00:00
|
|
|
The wxWindows Team, November 1999
|
1998-12-31 17:32:18 +00:00
|
|
|
|