Thanks @User137.
In Delphi what command I need use for load external library or framework in OSX ?
I use:
Code:
function FName(FParams):FType cdecl; external LibraryName;
like:
Code:
function SDL_Init(flags: UInt32): SInt32 cdecl; external SDL2;
But not work in OSX, not found function SDL_Init
Thanks