pleriche / FastMM4

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

Doesn't compile for OSX 64bit #83

Open grahamegrieve opened 5 years ago

grahamegrieve commented 5 years ago

I am trying to port all my code to OSX 64 bit (per Catalina). The code does't compile for 64bit OSX - mixed asm in RaiseException in FastMM_OSXUtil and Undeclared identifier: 'TRtlCriticalSection' in FastMM4.

Delphi 10.3.2, MAC = Mojave 10.14.5, XCode = 11.1 (11A1027)

brainmodular commented 4 years ago

Confirmed, the PUREPASCAL define is not totally "pur" . I would love to use this MM even in purePascal mode.

kanteruk commented 3 years ago

[dccosx64 Error] FastMM_OSXUtil.pas(324): E1025 Unsupported language feature: 'ASM'