Skip to content

dmc_unrar 1.7.0

Latest
Compare
Choose a tag to compare
@DrMcCoy DrMcCoy released this 20 Aug 23:42
v1.7.0

Friday, 2020-07-21 (Version 1.7.0)

  • Changed internal I/O interface to be more flexible
  • Added Win32 direct file access
  • Wrapped FILE* for dmc_unrar_archive_open_file() on Windows
  • Added a macro to optionally use fseeko()/ftello() instead of fseek()/ftell(), by default used on 32-bit macOS and 32-bit glibc builds
  • Replaced size_t with our own type to help with large file support
  • Added support for large files (>= 2GB)
  • Added version number #defines. Better late than never!

(Known issues: Solid files are partially broken. See #7.)