From: ibotty <rub...@ib...> - 2003-06-16 13:15:59
|
thx for helping me, > What dyld function does osx_mf_objc_symbol_to_obj call? it is: sym = NSLookupAndBindSymbol( blah ) addr = NSAddressOfSymbol( sym ); i can now (vaguely) see what it will/should do. but i cannot see, how i may map this to the gnu runtime... > (Also, have you taken a look at RIGS?) yep, i did, even used it ;) unfortunately, it cannot deal with nib/gorm files. additionally, you cannot program the main app in obj-c and one plugin in ruby... it simply cannot (correctly) propagate a ruby-method to obj-c. ~ibotty |