> Hi,
>
[quoted text clipped - 11 lines]
> Thanks in advance,
> Vijay
Unless I miss my guess, it appears that you're running an OSX
"OS9package" which works fine in the Classic mode inside the OSX shell,
but when run on a straight OS9 machine, the finder can't find an
application to open a "package". I'm afraid you'll just have to
re-compile it on the OS9 machine. Hope I got that close to correct.
Dez
toby - 28 Apr 2006 14:13 GMT
> > Hi,
> >
[quoted text clipped - 5 lines]
> > OS 9.2 system, a 'Open With..' dialog pops up. How can I successfully
> > run this classic application on a OS 9.2 system ?
Are you certain that your type/creator and bundle bits (package) are
being set correctly?
> > <snip>
> Dez
Paul - 28 Apr 2006 17:48 GMT
> > Hi,
> >
[quoted text clipped - 18 lines]
> re-compile it on the OS9 machine. Hope I got that close to correct.
> Dez
I used to maintain a product like this. Open the package (control-click,
show package contents) and double-click the alias file inside. If that
works, "unpackage" it (copy everything out), or turn off the CW Packager and
it will put your program in a normal folder.
If you have a single binary program that's not Mach-O, there's no reason to
bother with a package. All they're good for is hiding extra files
(resources, etc) in one place and protecting them from casual users.
Paul