Skip to content

Checksum error in Delphi 12.1 CE in TOperatingSystemInfo #6

@czeslaw-wludarczyk

Description

@czeslaw-wludarczyk

After compiling the project in Delphi 12.1 CE 64bit.
TOperatingSystemInfo component results in a 'checksum error' without any additional information.

Changing the range in the property from integer to int64 solves the problem.

property MaxNumberOfProcesses:int64 read FMaxNumberOfProcesses write FMaxNumberOfProcesses stored False;

Please verify and correct the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions