[Mono-osx] Problem building and using a Cocoa .dylib

tlapse tlapse at gmail.com
Mon Jan 30 20:40:26 UTC 2012


First of all, I appreciate your help, thank you.

Progress! 

I've seen the article you mentioned about locating dlls. I wish I could
figure out how to set the MONO_LOG_LEVEL to debug

You are correct. I moved my lib to
"/Library/Frameworks/Mono.framework/Versions/2.10.8/lib" and resolved the
Dll Not found exception.

Now I'm getting "System.EntryPointNotFoundException:", so it's finding the
dylib but something is still wrong with my dylib.
Am I missing some kind of declaration in my code?

//
#import <Foundation/Foundation.h>
@interface qlrtx : NSObject {
}
// On Mac, send an apple event 
+(NSString*)myProc:(NSString*)msg;
@end




--
View this message in context: http://mono.1490590.n4.nabble.com/Problem-building-and-using-a-Cocoa-dylib-tp4341716p4342485.html
Sent from the Mono - OSX mailing list archive at Nabble.com.


More information about the Mono-osx mailing list