- Fixed problem with compiler directives in component and demo source files that was causing compilation to fail on Delphi XE5.
- Fixed demo 1 to remove warning when compiled with Delphi XE3 and later.
- Minor documentation tweaks and corrections.
- Unit names are now qualified with namespace name on Delphi XE2 and later.
- Changes to demo projects:
- Font and appearance of some controls changed.
- Controls are now themed.
- All form files now in text format.
- Forms are no longer scaled.
- 1st demo program's main window now resizes.
- 2nd demo dialogues' "help" button now display online examples instead of help file topics.
- Demos now need Delphi 7 as a minimum.
- New project configurations files.
- Component source license changed to Mozilla Public License v2.0. (Demos now placed in public domain).
- MPL text file and documentation wiki short-cut have had names changed.
- WinHelp help file regenerated with updated copyright date.
- Documentation revised.
- Added operator overloads to TPJVersionNumber record when compiled with Delphi 2006 and later to:
- Support equality tests using
=
,<>
,<
,<=
,>
and>=
operators. - Support implicit casting to a string which formats the version number as a dotted quad
(issue #12).
- Support equality tests using
- Added new helper functions primarily for use with Delphi 2005 and earlier:
- CompareVerNums - compares two version number records.
- VerNumToStr - formats a version number as a dotted quad.
- Updated TPJVersionNumber topic in help file re changes.
- Updated HTML documentation.
- Changed method used to get character set descriptions. These are now obtained from operating system where possible instead of from hard-wired values.
- Added compiler directive to switch off unsafe code warnings on compilers that support the directive.
- Added copy of Mozilla Public License v1.1.
- Corrected error in help file.
- Modified Demo 2 to enable it to compile on Delphi 2 and 3.
- Updated documentation and included short-cut file that links to component Wiki.
- Changed component to Mozilla public license v1.1.
- Fixed minor bug in VIDemo project.
- Revised HelpEgs demo project to access related help file topics.
- Updated help file to make examples available from component's main page.
- Updated HTML documentation.
- Fixed to be compatible with C++ Builder - direct access to fields of TVSFixedFileInfo in property declarations were replaced by calls to an indexed property getter function.
- Changed component palette from
PJSoft
toDelphiDabbler
. - Updated HTML documentation.
- Changed copyright message in help file.
- Added ability to access all "translations" stored in a file's version information, rather than just first one. This has been done so that code using earlier versions of this component should continue to work unchanged.
- Added new property to expose fixed file information record.
- Added new "string array" property to give access to string information by name: this property can access any custom string information if the name is known.
- Added properties to return number of "translations" and to select index of "translation" to be used.
- Added properties to return language and character set codes in addition to descriptive strings.
- All string info, language and character set properties now return values from the currently selected translation (which defaults to the first translation maintaining backward compatibility).
- Empty FileName property now accesses name of host application per command line rather than using Application.ExeName.
- CharSet property now returns
''
for unknown value rather than'Unknown'
. - Renamed TVersionNumber record to TPJVersionNumber.
- Replaced Tvs_FixedFileInfo record with use of Windows unit defined type TVSFixedFileInfo.
- Renamed unit to PJVersionInfo.
- Changed component palette from
PJ Stuff
toPJSoft
. - Added two demo programs, one is a sample version information reading program and the other implements examples from the help file.
- Changed unit name from VerInfo to VInfo to allow component to install under Delphi 3 & 4 (VerInfo clashes with an existing unit in these versions).
- Removed superfluous conditional compilation directives.
- Updated HTML documentation to separate 16 bit from 32 bit version, to to include installation notes for Delphi 3/4 and to include update history.
- Changed palette where component installs to
PJ Stuff
fromOwn
. - Added HTML documentation (shared documentation with Release 1.0.1).
- Included 16 bit Version Information Component release v1.0.1
- Forked development - 32 bit development (this fork) began with v2.0 while the 16 bit version continued with v1.0.1
- Revised for use with Win32 - not backwards compatible with v1.0
- Original version - 16 bit only.