[Mono-osx] Binding custom Mac framework to Mono

Kraig McConaghy kraigm at enferra.com
Fri Jun 1 12:36:38 UTC 2012


I am trying to bind the Chameleon framework to mono so that I can reuse some of my monotouch code on mac, but I have been running into serious problems getting it to work.  I created the binding dll correctly (I think), added the framework to the app bundle, and loaded the framework at runtime using Dlfcn.dlopen (per the example for how to get Growl to work with monomac), but it still doesn't work.  Is there something I am missing or doing wrong?


More information about the Mono-osx mailing list