[Mono-list] OSX Class libraries
Benjamin Reed
ranger@befunk.com
Sat, 8 Feb 2003 13:22:41 -0500
On Saturday, February 8, 2003, at 01:19 PM, keith davey wrote:
> Cool,
>
> Thanks for the info.
>
> Am I right in thinking so, to call Cocoa code I will
> have create a bundle, that links against the dylib.
> Then I can call that from mono.
>
> I guess I will try to write a small bunble and run
> code against it to see.
I'm really not sure. You mean you're wanting to call cocoa from mono?
I would expect then the answer is yes... You'd need to make some kind
of native module for talking to cocoa and then talk to that.
I'm not really a developer, just done a decent amount of porting, and
run into linker issues enough that now I know more about it than I ever
wanted to. =)