From: unbewust Date: 2007-08-08T22:30:04+09:00 Subject: Re: mixing ObjC and C is possible ??? On 8 ao�t, 15:09, brab...@gmail.com wrote: > On 8/8/07, unbewust wrote: > > > hey all, i'd like to mixe ObjC and C into a C extension to Ruby. > > > the ObjC part (seticon for MacOS X) comes from MacOSXUtils, and works > > fine. > > Have you looked at: > http://rubycocoa.sourceforge.net/HomePage > "a bridge between the Ruby and the Objective-C languages, allowing you > to manipulate Objective-C objects from Ruby" i know RubyCocoa and use it i've even used ObjC in RubyCocoa but here i need to write a C ext to ruby being, somehow a wrapper of an ObjC API... thanks for your answer ! Yvon