[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Apple Events over TCP/IP



At 14.08 -0400 1999.10.26, Chris Nandor wrote:
>>You can also build the structure by hand if you know the IP address.
>>Unfortunately the information to do such is only available in seeded
>>headers.  The new Universal Headers haven't been released to the
>>public yet and as such if I copy the relevant information here I'm
>>likely to be violating my NDA.
>
>Actually, I just found them on Apple's site.  Maybe I can make something
>out of them.
>
>    http://developer.apple.com/macos/macos9.html

So I got the beta universal interfaces for Mac OS 9 from that URL there,
and looked at EPPC.h and PPCToolbox.h until my eyes bled, and I put
together a working prototype.  We have AEs over TCP/IP under Mac OS 9!
Woop!

I imagine the interface will be similar to how it is now.  Now:

   $f = new Mac::Glue 'Finder', ppc => 'Finder', 'Server', 'Zone';
   $f = new Mac::Glue 'Finder', eppc => 'Finder', 'somehost.com';

And now the login procedure can be much simpler, since the keychain can
store it and you can get logged in automatically.

-- 
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org