home *** CD-ROM | disk | FTP | other *** search
/ ftp.rarlab.com / 2014.05.ftp.rarlab.com.tar / ftp.rarlab.com / rar / unrar343.zip / whatsnew.txt < prev   
Text File  |  2003-06-12  |  1KB  |  51 lines

  1. --  12 June 2003
  2.  
  3. Added RARProcessFileW function, Unicode version of RARProcessFile
  4.  
  5.  
  6. --  9 August 2002
  7.  
  8. Added RAROpenArchiveEx function allowing to specify Unicode archive
  9. name and get archive flags.
  10.  
  11.  
  12. --  24 January 2002
  13.  
  14. Added RARReadHeaderEx function allowing to read Unicode file names
  15. and 64 bit file sizes.
  16.  
  17.  
  18. --  23 January 2002
  19.  
  20. Added ERAR_UNKNOWN error type (it is used for all errors which
  21. do not have special ERAR code yet) and UCM_NEEDPASSWORD callback
  22. message.
  23.  
  24. Unrar.dll automatically opens all next volumes not only when extracting,
  25. but also in RAR_OM_LIST mode.
  26.  
  27.  
  28. --  27 November 2001
  29.  
  30. RARSetChangeVolProc and RARSetProcessDataProc are replaced by
  31. the single callback function installed with RARSetCallback.
  32. Unlike old style callbacks, the new function accepts the user defined
  33. parameter. Unrar.dll still supports RARSetChangeVolProc and
  34. RARSetProcessDataProc for compatibility purposes, but if you write
  35. a new application, better use RARSetCallback.
  36.  
  37. File comments support is not implemented in the new DLL version yet.
  38. Now CmtState is always 0.
  39.  
  40.  
  41. --  13 August 2001
  42.  
  43. Added RARGetDllVersion function, so you may distinguish old unrar.dll,
  44. which used C style callback functions and the new one with PASCAL callbacks.
  45.  
  46.  
  47. --  10 May 2001
  48.  
  49. Callback functions in RARSetChangeVolProc and RARSetProcessDataProc
  50. use PASCAL style call convention now.
  51.