FastMM4 icon indicating copy to clipboard operation
FastMM4 copied to clipboard

Doesn't compile for OSX 64bit

Open grahamegrieve opened this issue 5 years ago • 2 comments

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)

grahamegrieve avatar Oct 22 '19 20:10 grahamegrieve

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

brainmodular avatar Nov 26 '19 16:11 brainmodular

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

kanteruk avatar Jan 14 '21 15:01 kanteruk