Re: [Pyobjc-dev] PyObjC & RubyCocoa in a single app
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2007-11-25 14:21:34
|
On 25 Nov, 2007, at 6:58, Bill Bumgarner wrote: > Yes, it works. Sort of. > > http://www.friday.com/bbum/2007/11/25/can-ruby-python-an-objective-c-co-exist-in-a-single-application/ > > The biggest issue is that both RubyCocoa and PyObjC assume that no one > else [in their right mind :)] might have loaded the BridgeSupport > dylibs. PyObjC just does: dlopen(dylibPath, RTLD_LAZY); (without any error checking). Shouldn't that just work fine even when RubyCocoa has already loaded the dylib? Patches to make this work nicer are welcome ;-) Ronald > > > b.bum > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |