wxWindows is a free, powerful, multi-platform C++ GUI framework
that can be used to build commercial and free software. It's used
by many organisations all over the world, including the company that
invented the GUI.
wxWindows compiles on Unix (using the GTK+ or Motif widget sets),
Windows, and Mac, using the native look and feel of each platform.
It supports almost all popular compilers on MS Windows, Unix, and
Mac platforms. Hundreds of classes provide support for GUI
and other application functionality.
Many companies are using wxWindows to help them migrate from
MS Windows (WIN32 or MFC) to Linux.
wxWindows features include HTML viewing and printing classes,
wxImage supporting JPEG, PNG, GIF, TIFF and other formats,
sizers for dynamic window layout, document/view classes,
communication classes, drag and drop classes, common dialogs,
splitter windows, OpenGL support, online help support, a dialog
editor, debugging support, ODBC classes, multithreading classes,
collection and container classes, a searchable reference manual,
60+ samples, and much more.
2.2.1 is a stable release for GTK+, Motif and MS Windows.
To download wxWindows, order the CD-ROM or find out more about
this project, please visit:
wxPython, a winning combination of the powerful Python scripting
language and the wxWindows framework, can be found at:
Have fun!
Julian Smart (jul...@redhat.com) and the wxWindows team
August, 2000
========================================================================
Julian Smart mailto:julian...@ukonline.co.uk
12 North Street West http://www.anthemion.co.uk
Uppingham, Rutland +44 (0)1572 822579
U.K.
LE15 9SG
========================================================================
Regards, Markus
--== Sent via Deja.com http://www.deja.com/ ==--
Before you buy.
That's right, or at least very little and always in a binary compatible way
(possibly with wxDb being an exception, I can't remember how that was
resolved now...)
Regards,
Julian
--
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS Tel: +44 (1223) 728763
As for the changes in the ODBC classes, if Robert did not back out any of the
changes, binary compatabilty was broken in just the ODBC classes, but where as
it is a seperate module not compiled in by default, it will not affect anyone
who does not turn it on in setup.h.
Code was added to the default constructors/destructors for 3 helper classes
internally:
wxDbColInf();
~wxDbColInf();
wxDbTableInf();
~wxDbTableInf();
wxDbInf();
~wxDbInf();
But there were not changes to numbers/types of parameters on any of the ODBC
APIs.
g