5 Jul
2009
5 Jul
'09
11:13 p.m.
Adam Strzelecki wrote:
I googled a bit more. There are at least two ways of achieving this mentioned in the docs of libFoundation: by using XML-RPC call and by wrapping classes in ANSI-C APIs. [4]
Well actually you can easily access all Obj-C features trough the following pure C API: http://developer.apple.com/documentation/Cocoa/Reference/ObjCRuntimeRef/Refe...
Adam: Is this still true? I would like to convert what work we do have into c level code so that it will pass AJs 'c' scan and to avoid using ObjC code. In addition, if an exported Carbon/Cocoa library exists, this would help move the project along. James McKenzie