On 28 Sep 2008, at 22:26, Felipe Monteiro de Carvalho wrote:
APPKIT_EXTERN NSString *NSToolbarSpaceItemIdentifier;
How would it be possible to access them in Pascal?
var NSToolbarSpaceItemIdentifier: CFStringRef; external;
var NSToolbarSpaceItemIdentifier: CFStringRef; cvar; external;
(the cvar specifier ensures that the name is properly mangled for the
target platform)
Jonas
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal