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: Jon Pugh <email@hidden>
- Date: Fri, 19 Oct 2001 10:35:42 -0700
At 12:47 PM -0400 10/19/2001, vectormation wrote:
>
I think the applescript "applet shell" must be what you've been told is
>
68K code.
Yes, and it is. It's also just a stub which loads the generic component from AppleScript and runs that, so there's not much code to rewrite. ;)
However, you would need to rewrite it in C++ or something to make it native. Of course, the code it loads is native, but that doesn't help either.
Jon