GLibWMI icon indicating copy to clipboard operation
GLibWMI copied to clipboard

Checksum error in Delphi 12.1 CE in TOperatingSystemInfo

Open czeslaw-wludarczyk opened this issue 1 year ago • 0 comments

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.

czeslaw-wludarczyk avatar Oct 13 '24 16:10 czeslaw-wludarczyk