Re: Converting an applescript from 68k app to PPC
Re: Converting an applescript from 68k app to PPC
- Subject: Re: Converting an applescript from 68k app to PPC
- From: Christopher Nebel <email@hidden>
- Date: Fri, 19 Oct 2001 11:12:34 -0700
On Friday, October 19, 2001, at 09:18 AM, email@hidden wrote:
I didn't get any responses last time I posted this question, so I'm
trying
again, as this is very important to me.
Does anyone know of any way to take a classic applescript applet, and
convert
it from 68k to PPC?
Well, the applet stub is 68K, but all it does is call one function and
from there on out (68K osaxen aside), it's all PPC code. If the USB key
stuff is horking on the stub [1], you're out of luck unless you want to
build your own stub library, which will require some knowledge of C.
--Chris Nebel
AppleScript Engineering
[1] Let me guess -- it makes an application keyed by modifying its
binary, and they can only do it to PPC binaries.