Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checksum error in Delphi 12.1 CE in TOperatingSystemInfo #6

Open
czeslaw-wludarczyk opened this issue Oct 13, 2024 · 0 comments
Open

Comments

@czeslaw-wludarczyk
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant