Hello,

Is ist possible to declare a external variable like in C?

In the Cocoa headers there are some variables declared as external, like this:

APPKIT_EXTERN NSString *NSToolbarSpaceItemIdentifier;

How would it be possible to access them in Pascal?

var NSToolbarSpaceItemIdentifier: CFStringRef; external;

Doesn't work.

thanks,
-- 
Felipe Monteiro de Carvalho
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to