Cured last focus bug (I hope); some wxMotif mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-02-18 21:24:11 +00:00
parent dd0e574a0e
commit 0492c5a094
12 changed files with 72 additions and 59 deletions

View File

@@ -101,3 +101,4 @@ An initialized write-only stream.
\wxheading{See also}
\helpref{wxOutputStream}{wxoutputstream}

View File

@@ -118,9 +118,9 @@ Troubleshooting
functions, try putting the gcc fixinclude file paths early in the
include path.
- If you get strange memory problems (for example in deletion
of string arrays), set wxUSE_GLOBAL_MEMORY_OPERATORS to 0 in
setup.h, and recompile.
- If you operator-related compile errors or strange memory problems
(for example in deletion of string arrays), set wxUSE_GLOBAL_MEMORY_OPERATORS
and wxUSE_MEMORY_TRACING to 0 in setup.h, and recompile.
- If you get an internal compiler error in gcc, turn off
optimisations.
@@ -128,7 +128,8 @@ Troubleshooting
- Problems with XtDestroyWidget crashing in ~wxWindow have been
reported on SGI IRIX 6.4. This has not yet been resolved, so
any advice here would be very welcome. See bugs.txt for a
possible temporary workaround.
possible temporary workaround (comment out the final
XtDestroyWidget from ~wxWindow in window.cpp).
Other Notes
-----------

View File

@@ -19,7 +19,7 @@ Update manual.
Functions
Makefiles and/or IDE files for other compilers: Symantec C++,
Salford C++. IDE files for BC++.
Salford C++.
Check TODO entries in source and manual.