diff --git a/docs/html/faqgen.htm b/docs/html/faqgen.htm index d40cb8f4e7..45071d02c9 100644 --- a/docs/html/faqgen.htm +++ b/docs/html/faqgen.htm @@ -51,9 +51,10 @@ wxWindows is a class library that allows you to compile graphical C++ programs o different platforms. wxWindows defines a common API across platforms, but uses the native graphical user interface (GUI) on each platform, so your program will take on the native 'look and feel' that users are familiar with.

-Although GUI applications are mostly built programmatically, there is a dialog editor to help +Although GUI applications are mostly built programmatically, there are several dialog editors to help build attractive dialogs and panels. Robert Roebling's wxDesigner -makes light work of resizable, portable dialogs.

+and Anthemion Software's DialogBlocks +are two commercial examples, but there are others: see the Useful Tools page.

You don't have to use C++ to use wxWindows: there is a Python interface for wxWindows 2, and also a Perl interface. diff --git a/docs/html/faqmsw.htm b/docs/html/faqmsw.htm index 7cf90ae7ec..4a0c928197 100644 --- a/docs/html/faqmsw.htm +++ b/docs/html/faqmsw.htm @@ -63,14 +63,13 @@ makefiles to see what other files have been left out. 16-bit compilation is supported under Visual C++ 1.5, and Borland BC++ 4 to 5.

-wxWindows 2 for Windows will also compile on Unix with gcc using TWIN32 from Willows, -although TWIN32 is still in a preliminary state. The resulting executables are -Unix binaries that work with the TWIN32 Windows API emulator.

+wxWindows 2 for Windows will also compile on Unix with gcc using Wine from WineHQ. +The resulting executables are Unix binaries that work with the Wine Windows API emulator.

You can also compile wxWindows 2 for Windows on Unix with Cygwin or Mingw32, resulting in executables that will run on Windows. So in theory you could write your applications using wxGTK or wxMotif, then check/debug your wxWindows for Windows -programs with TWIN32, and finally produce an ix86 Windows executable using Cygwin/Mingw32, +programs with Wine, and finally produce an ix86 Windows executable using Cygwin/Mingw32, without ever needing a copy of Microsoft Windows. See the Technical Note on the Web site detailing cross-compilation.

What about Windows CE?

@@ -281,7 +280,8 @@ the VC++ CRT memory debugging features instead.

How do I port MFC applications to wxWindows?

-Set up your interface from scratch using wxWindows (especially wxDesigner -- +Set up your interface from scratch using wxWindows (especially wxDesigner +or DialogBlocks -- it'll save you a lot of time) and when you have a shell prepared, you can start 'pouring in' code from the MFC app, with appropriate modifications. This is the approach I have used, and I found diff --git a/docs/html/i18n.htm b/docs/html/i18n.htm index 25972fd943..d0468baa37 100644 --- a/docs/html/i18n.htm +++ b/docs/html/i18n.htm @@ -141,7 +141,8 @@ translations as of wxWindows 2.3. Greek Done - Tsolakos Stavros + Tsolakos Stavros, + Nassos Yiannopoulos diff --git a/docs/html/platform.htm b/docs/html/platform.htm index 440186e190..d185504cd2 100644 --- a/docs/html/platform.htm +++ b/docs/html/platform.htm @@ -59,7 +59,7 @@ often don't work. -Win32
(Win 9x/NT/2K) +Win32
(Win 9x/NT/2K) Visual C++ 4.2/5.x/6.0OkVZ, JSProject files are provided for all versions except 4.2 Borland C++ 5.0Ok
Also works with free command line Borland C++ 5.5 Mingw32OkGRG, VZCross compilation from Linux works as well
@@ -68,14 +68,15 @@ often don't work. CygwinOkStephane Junique
Andrea Venturolitested under NT 4, cross-compiling for mingw also works Watcom C++ 10AlmostJSTested with 10.6: works, but wxImage seems to be broken
no support for JPEG, TIFF or OpenGL Watcom C++ 11OkMarkus NeiferTested with 11.0b under win95 - Symantec C++Unknown

+ Open Watcom 1.0OkChris ElliottTested with 1.0 under W2K(?) + Digital Mars (was Symantec C++)OkChris ElliottTested with 8.34beta Win16
(Windows 3.1) Visual C++ 1.52Ok
Some features are missing (OLE related classes, threads, ...)
- Borland C++ can't cope with ODBC, resources and new wxGrid class + Borland C++ can't cope with ODBC, resources and new wxGrid class. Last tested in wxWindows 2.2.7. Borland C++ 4.0/5.0OkJS diff --git a/docs/latex/wx/manual.tex b/docs/latex/wx/manual.tex index 347f452478..6c85b71916 100644 --- a/docs/latex/wx/manual.tex +++ b/docs/latex/wx/manual.tex @@ -32,7 +32,7 @@ }} \winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al} -\date{January 2003} +\date{June 2003} } \makeindex \begin{document} diff --git a/docs/latex/wx/timer.tex b/docs/latex/wx/timer.tex index 262e8332fc..b8cd39fd37 100644 --- a/docs/latex/wx/timer.tex +++ b/docs/latex/wx/timer.tex @@ -55,7 +55,7 @@ Creates a timer and associates it with {\it owner}. Please see Destructor. Stops the timer if it is running. -\membersection{wxTimer::GetInterval}{wxtimergetinterval} +\membersection{wxTimer::GetInterval}\label{wxtimergetinterval} \constfunc{int}{GetInterval}{\void} diff --git a/docs/latex/wx/wx.hpj b/docs/latex/wx/wx.hpj index f492243efc..755bec5a15 100644 --- a/docs/latex/wx/wx.hpj +++ b/docs/latex/wx/wx.hpj @@ -1,5 +1,5 @@ [OPTIONS] -BMROOT=c:\wx24\wxWind~1\docs\latex\wx +BMROOT=c:\wx24\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is TITLE=wxWindows Manual CONTENTS=Contents COMPRESS=HIGH diff --git a/docs/readme.txt b/docs/readme.txt index 4d80e22113..c4d1785517 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -200,5 +200,5 @@ web site. Have fun! -The wxWindows Team, April 2003 +The wxWindows Team, June 2003