Project file updates; cast in strconv.cpp to compile with VC++ 6

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-06-11 07:49:38 +00:00
parent c2c767d34c
commit 264b3fc80f
14 changed files with 751 additions and 95 deletions

View File

@@ -10,6 +10,7 @@ wxBase:
- Fixed new charset detection code (langinfo.h not included in intl.cpp;
langinfo.h not neccessary in strconv.cpp)
- ODBC Informix fixes (submitted by Roger Gammans)
- Added wxDbGrid class for displaying ODBC tables
- Added wxDir::Traverse
All (GUI):