Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBILITY for 'old' menu

constructor and event handling; added wxString version of wxGetTempFileName


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-11-14 14:41:30 +00:00
parent 021e0f2105
commit c0ab6adfed
16 changed files with 37 additions and 20 deletions

View File

@@ -102,6 +102,22 @@ wxWINDOWS VERSION: wxWindows 2.1.11
PLATFORMS: Windows + Python 1.5
DATE IDENTIFIED: 10/11/1999
IDENTIFIED BY: A.T.Hofkamp
DATE FIXED: 11/11/1999
FIXED BY: Vaclav Slavik
BUG NUMBER: 6
SHORT DESCRIPTION: MSWindows Paths in include files
DETAILS: I may be wrong, but it looks like all the paths in the
include files are based on a unix system. The problem is when
you go to compile VC++6 can't find any of the other includes it
needs. [Note from JACS: VC++ accepts forward slashes so
there must be a setup problem.]
WORKAROUND: Change all the paths in the includes
wxWINDOWS VERSION: 2.1.11
PLATFORMS: wxMSW
DATE IDENTIFIED: 11/11/1999
IDENTIFIED BY: Mark A Russell <markarussell@earthlink.net>
---------------------------END OF BUGLIST-------------------------

View File

@@ -148,6 +148,8 @@ if the buffer is NULL.
\func{char*}{wxGetTempFileName}{\param{const wxString\& }{prefix}, \param{char* }{buf=NULL}}
\func{bool}{wxGetTempFileName}{\param{const wxString\& }{prefix}, \param{wxString\& }{buf}}
Makes a temporary filename based on {\it prefix}, opens and closes the file,
and places the name in {\it buf}. If {\it buf} is NULL, new store
is allocated for the temporary filename using {\it new}.