Re: [us...@lists.monobjc.net] Debugging of Monobjc application

2010-03-16 Thread Laurent Etiemble
Hello, A MonoDevelop integration is now available: http://www.monobjc.net/index.php?page=monodevelop-integration Regards, Laurent Etiemble. 2010/1/9 Rufus Buschart rufus.busch...@gmail.com Hello, I would like to ask you, what you recommend as the most simplest way to debug C#/mono using

[us...@lists.monobjc.net] DllImport paths

2010-03-16 Thread anthony taranto
Hello, I'm going to ship a custom framework in my monobjc application's app bundle. This framework is located at Contents/Frameworks/Foo.framework/Framework. When I build a _non_ standalone application bundle (mkappl), i'm able to successfully invoke methods in this framework using

Re: [us...@lists.monobjc.net] DllImport paths

2010-03-16 Thread anthony taranto
Here's the mono output when running my standalone app with MONO_LOG_LEVEL=debug MONO_LOG_MASK=dll 3/16/10 6:55:02 PM [0x0-0xe33e33].com.MyCompany.MyProject[9524] Mono-INFO: DllImport attempting to load: 'Contents/Frameworks/Foo.framework/Foo'. 3/16/10 6:55:02 PM