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

Re: MPW C Help



Have you checked how the compiler allocates local static variables? What it
they are allocated as a5-relative?
The Apple-recommanded way of storing task variables is to extend the TMTask
structure. On entry, A0 points to the TMTask so you can access your variables.
     Daniel.