An ancient Delphi 1 component for reading version information from 16 bit programs.
🗒️ The 32 bit version of this component is still being developed: see https://delphidabbler.com/software/verinfo.
The final release of the 16 bit version of the component is v1.0.2.
The 16 bit component source code was never developed under any form of version control.
This repository is based on the source code of the final release along with the changes listed below. The source code as it was at the final release can be viewed by switching to the v1.0.2-FINAL
tag.
The main branch of this repository differs from the source code of the final release as follows:
- This
README.md
was added for display by GitHub. LICENSE.md
was also added, providing an alternative fully open source license.
Help/verinfo.rtf
contains the original source of the help file. This .rtf
file, together with Help/verinfo.hpj
are required to compile the final WinHelp file using the Microsoft Help Compiler, HCRTF.
A copy of the compiled help file is included in verinfo16-1.0.2-FINAL.zip
, available from the final release page.
The main changes at each release are listed in Docs/VerInfo16.phf
.
Notes of changes that were applied to source code files are listed in the files' header comments.
This code was originally released under a custom license.
As of the release of this code on GitHub, on 27 March 2023, the code may also be used under the MIT license.
See LICENSE.md
for full details.