·
2 commits
to main
since this release
Release v1.1.0 of 16 January 2014
Downloads
Download the zip file in the Assets section below. Installation instructions are included.
Earlier versions are available from SourceForge.
Changes
- Implemented feature request:
issue#6"Add enumerator to TPJResourceFile" . This enables code compiled with Delphi 2005 and later to enumerate the resources contained in a resource file using for..in loops. Earlier compilers can use the enumerator explicitly. - Implemented feature request:
issue#8"Expose a resource entry's data as an array of bytes" by adding the new DataBytes property to TPJResourceEntry. - New LoadDataFromFile and ClearData methods also added to TPJResourceEntry.
- Simplified implementation of IsEqualResID function.
- Unit names in source code are now qualified with their namespace when compiled with Delphi XE2 and later.
- Fixed problem with compiler directives in Resource File Unit that was causing compilation to fail on Delphi XE5.
- Unit source and some documentation files are now licensed under the Mozilla Public License v2.0.
- Documentation changes:
- MPL license file updated to MPL v2.0 and file renamed.
- URL used by internet short-cut to online documentation changed and short-cut file renamed.
- Read-me file overhauled.
- Open Office format and PDF documentation removed from the project: documentation is now online only.
- Some other minor documentation tweaks.