I've managed to create the binding and build a wrapper to a native Cocoa
library. It all seems to work and builds QLRTX.dll

But, I can't figure out how to use it. DllImport doesn't work, just five a
"not found" error.


                [DllImport ("QLRTX.dll")]
                static extern NSString send(NSString x);

How do I import that library?




--
View this message in context: 
http://mono.1490590.n4.nabble.com/Wrapping-a-native-Cocoa-library-tp4650634.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
_______________________________________________
Mono-osx mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-osx

Reply via email to