On 29.06.2014, at 01:43, Michael Patrick <sscsmat...@yahoo.com> wrote:

> Hello, 
> 
> I would like to use Squeak to develop a MAC application that needs to access 
> the address book and the calendar on a local machine.  I have been able to 
> access these items with Objective C but I was wondering if there was a way 
> that I can do it in Squeak.  I have read the information about FFI but this 
> seems to not be supported in Squeak any more.  Can someone point me to a 
> reference or tell me if this is not a good idea?
> 
> Thanks in advance,
> 
> Michael

Using the Objective-C Bridge is likely a lot easier than FFI (which is only for 
C bindings):

        http://seandenigris.com/blog/?p=807

- Bert -



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to