At 10:35 +1100 2002.12.13, Ken Williams wrote:
>Chris, do you know where 'keyReplyPortAttr' is defined?

Hm.  That's in AEMach.h.  This is the workaround I was using to get AESend
to work at all on Mac OS X.  If that won't work, I wonder if even
precompiled binaries will work.

To see if it will, use the 0.02 binaries you have installed and try this
one-liner:

% perl -MMac::AppleEvents -e '$e = AEBuildAppleEvent(qw(misc actv sign MACS
-1 0), ""); AESend($e, kAEWaitReply); AEDisposeDesc($e)'

It should activate the Finder, then the script should exit.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to