Function Library v1.0.3.0

Version: 1.0.3.0
Status: Pre-release
Released: 2008-04-01
License: MIT License
No downloadable files are available for this release but you can obtain the source code from GitHub.
Source-Code

This is open source under the MIT License. You can obtain the source code for this specific version from GitHub or browse the releases for source code associated with specific versions. If you make any changes which you feel improves this application, please feel free to submit a pull - request.

Release Notes
  • Added many new large file support functions.
  • Added many new large file (__int64) support functions, this will make it much easier to deal with files larger than 4GB.
  • Added in-case sensitive string variants.
  • Added in-case sensitive variants to most of the string functions.
  • Added several new time conversion functions.
  • Added several new time conversion functions. Such as functions to convert from and to: SystemTime, LocalTime, FileTime & time_t.
  • Fixed many small bugs and improved security.
  • Fixed many small bugs and improved security. Note: many functions have been converted to their new Microsoft standard secure counterparts. (e.g. strcpy -> strcpy_s)