[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.3.2 In sys 7 questions



>When I attempt to launch 1.3.2 on a quadra 700 it quits immediately
>before ever leaving the finder.

We just discovered this problem ourselves.

I fixed it with the following patch.

Using ResEdit open a COPY of the Lisp application.
Open CODE resource #1 using the HEX editor.
Page down to offset 1D4.
Change the three words

    .... .... B5D1 6600
    0242

to

    .... .... 2451 4E71
    4E71

Of course you do this at your own risk.

-Ray Pelletier

Caveat: I have not yet tested this out extensively.