pleriche / FastMM4

A memory manager for Delphi and C++ Builder with powerful debugging facilities
443 stars 162 forks source link

Exception in AppendEventLog under 64bit #90

Open ImperatorZurg opened 2 years ago

ImperatorZurg commented 2 years ago

The variable LFileHandle of type Cardinal in the procedure AppendEventLog is too small under 64bit. It must be of type THandle or NativeUInt.

pleriche commented 2 years ago

I have fixed it. Thank you very much for the bug report.