[MacRuby-devel] (fixed) Re: how to use self-created frameworks?

peter royal peter.royal at pobox.com
Mon Jan 5 08:04:07 PST 2009


On Jan 4, 2009, at 10:05 PM, peter royal wrote:
> however, i'm having trouble making use of them in macruby.
>
> my initial naive attempt was to just throw the .h and .m files into  
> my project. with this, i got an 'AsyncSocket' class in ruby, but the  
> selectors defined in the header weren't available (and as such, it  
> was unusable)

nevermind me. still new to the Obj-C/Cocoa world, and forgot to do:

AsyncSocket.alloc.initWithDelegate

vs

AsyncSocet.initWithDelegate

-pete

-- 
(peter.royal|osi)@pobox.com - http://fotap.org/~osi

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2454 bytes
Desc: not available
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20090105/2e66aa98/attachment.bin>


More information about the MacRuby-devel mailing list