Application insists on using Classic !

Hello,
I made 2 really simple scripts which I saved as 2 execute only applications.
When I try it from my Mac everything is fine.

I mailed them to the person I was assisting and they get a message stating that “Classic is needed for this app” (message to this effect, in French)

We are both using MacBooks with 10.5.2 running on them.

When saving the script as an app I see no reference to Classic.

here is the code for each script

tell application “Finder”
mount volume “cifs://192.168.1.254/DriveF”
end tell

and

tell application “Finder”
eject “DriveF”
end tell

Many thanks

Model: MacBook
AppleScript: 2.2
Browser: Firefox 2.0.0.12
Operating System: Mac OS X (10.5)

I’m not really sure of this, but my understanding is that if you have a mac with an intel processor you should be saving your applescript applications as “application bundles” (instead of as applications) to make them work natively with the intel processor. I only have PPC macs so I’m not positive… but you can give that a try.

That would be my fist suggestion, too - save as application bundle.

Before you email them, ZIP them up so you’ll have a better chance of them not getting corrupted.

I have had issues with permissions on AppleScripts. You might want to look into that as well if the above suggestions don’t work.

Model: G5 OSX 10.4.8
Browser: Safari 419.3
Operating System: Mac OS X (10.4)