- This topic has 2 replies, 2 voices, and was last updated 2 years, 5 months ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Home › Forums › kbmMemTable › Available for 64bit OS/X?
Can kbmMemTable be used in D11 to generate 64bit Mac OS apps? I see a reference to OSX32 in the installation.txt but that only shows info up to D10.1 and I no longer see OSX32 as a compile target in D11
Hi,
In principle yes. I have however not released any software for OS/X 64 bit, but have released software for Android and IOS 32/64 bit including kbmMemTable.
I would think it will work fine in 64bit OS/X.
/Kim
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