Hi Kim
How would I get kbmMemTable to compile as an OSX64 component? Reviewing the code I did see
{$IFDEF LEVEL16}
[ComponentPlatformsAttribute({$IFDEF LEVEL26}pidLinux64 or{$ENDIF}
{$IFDEF LEVEL23}pidiOSDevice64 or {$ENDIF}
{$IFDEF LEVEL18}pidiOSSimulator or pidiOSDevice or {$ENDIF}
{$IFDEF LEVEL19}pidAndroid or {$ENDIF}
pidWin32 or pidWin64
{$IFDEF LEVEL17} or pidOSX32{$ENDIF})]
{$ENDIF}
which seems to align with the currently available platforms. I found where pid’s were defined but not sure about what LEVEL# is. Could you provide some guidance? Since it appears that Apple is “discouraging” 32bit apps on latest OSX versions, having MT (& MW) available would be critical