BC++ IDE compile mod to thread.cpp; other small stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-01-06 10:30:12 +00:00
parent 087e4f4a5c
commit ccebc98a67
11 changed files with 94 additions and 14 deletions

View File

@@ -310,6 +310,23 @@ WORKAROUND:
visitor_email_address:
wxWINDOWS+VERSION: 2.1.11
DATE+FIXED: 05/01/2000
DATE+IDENTIFIED: 04/01/2000
DETAILS: The various message callback members of
wxMessageDialog pass the client_data variable
as in "int" which are later used a pointers. On a 64-bit
system they must be passed as pointers or
as "long" variables.
FIXED+BY: JACS
IDENTIFIED+BY: Ray Lanza
PLATFORMS: motif
SHORT+DESCRIPTION: wxMessageDialog is not 64bit safe
Submit: Submit
WORKAROUND: Change the declaration to void * or long
visitor_email_address: rjl@zk3.dec.com
wxWINDOWS+VERSION: 2.1.10
---------------------------END OF BUGLIST-------------------------

View File

@@ -1,4 +1,4 @@
wxWindows 2.1.11
wxWindows 2.1.12
----------------
Welcome to wxWindows 2, a sophisticated cross-platform C++
@@ -23,6 +23,16 @@ Changes in this release
These are some of the major improvements:
wxWindows 2.1.12
================
- New wxDateTime class to replace millenium-uncompliant wxTime
and wxDate classes.
- New wxCalendarCtrl class and sample.
- New wxCmdLineParser class.
- Further bug fixes.
- TIFF support added to wxImage.
wxWindows 2.1.11
================
@@ -97,6 +107,7 @@ wx2_x_y_vc.zip MS VC++ 5/6 project files
wx2_x_y_bc.zip Borland C++ 5 project files
wx2_x_y_cw.zip Metrowerks CodeWarrior 4.1 project files
jpeg.zip Optional JPEG library
tiff.zip Optional TIFF library
ogl3.zip Optional Object Graphics Library
glcanvas.zip Optional wxGLCanvas class (Motif, GTK, MSW)
tex2rtf2.zip Tex2RTF documentation tool
@@ -204,5 +215,5 @@ web site) or contact Julian Smart <julian.smart@ukonline.co.uk>.
Good luck!
The wxWindows Team, November 1999
The wxWindows Team, Janurary 2000

View File

@@ -1,6 +1,22 @@
wxWindows Release Notes
-----------------------
2.1.12
======
- New wxDateTime class to replace millenium-uncompliant wxTime
and wxDate classes.
- New wxCalendarCtrl class and sample.
- New wxCmdLineParser class.
- wxHTML printing and other improvements.
- Life sample added.
- TIFF support added to wxImage.
2.1.11
======