home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / filedlg5 / changes.doc next >
Encoding:
Text File  |  1989-11-28  |  1.0 KB  |  23 lines

  1. List of changes from previous version (FILDL4).
  2.  
  3. 1. Added the function ErrMessageBox, a simple error handler function.
  4.    ErrMessageBox will either display the error message associated with
  5.    an OS/2 error code or will make use of a user-defined error message
  6.    list.
  7.  
  8. 2. Fixed bug that causes a protection violation to occur when the initial
  9.    search spec. string (pszShowSpec) passed to the FileOpenDlg function
  10.    or the default filename string (pszDefault) passed to the FileSaveDlg
  11.    function is located in a segment that has been marked as read-only.
  12.  
  13. -------------------------------------------------------------------------------
  14.  
  15. Support for OS/2 1.2 -----
  16.     Unfortunately, the FileOpenDlg/FileSaveDlg function still do *not*
  17.     support the long file names used by the HPFS in OS/2 1.2. I will
  18.     not be able to add OS/2 1.2 support until the following two events
  19.     have occurred:
  20.  
  21.         a) Compaq releases their version of OS/2 1.2.
  22.         b) Microsoft updates their PTK to support OS/2 1.2.
  23.