Skip to content

v5.32.0

Latest
Compare
Choose a tag to compare
@delphidabbler delphidabbler released this 02 Apr 18:52
· 1 commit to develop since this release

Release 5.32.0 of 02 April 2025

Downloads

Download the zip file in the Assets section below. Installation instructions are included.

This and earlier versions are also available from SourceForge.

Changes

  • Added new TPJBiosInfo class that provides access to some of the information contained in the host computer's BIOS, providing that the BIOS supports the SMBIOS reference specification v2.0 or later.
  • Updated both the VCL and FMX demo programs to add a new tab that displays the results of calling each of the methods of TPJBiosInfo.
  • Removed return values from Exit statements in the PJSysInfo unit to enable compilation with older Delphis.
  • Fixed bug in TPJOSInfo.ProductName where a format string had an incorrect number of placeholders for version numbers.
  • Fixed spelling mistake in the VCL demo project's TPJComputerInfo tab.
  • Changed the descriptive text on the TPJComputerInfo tab of the VCL demo program to refer to the each method's name rather than describing the purpose of the method.
  • Updated documentation:
    • Updated README.md re the addition of the TPJBiosInfo class.
    • Updated copyright dates in README.md to include 2025.
    • Acknowleged the author of some C code that, when translated to Pascal, formed the basis of some of the code of TPJBiosInfo.