[Mono-osx] Wrapping a native Cocoa library

tlapse tlapse at gmail.com
Mon Jul 30 00:34:38 UTC 2012


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.


More information about the Mono-osx mailing list