David Dandeneau <[EMAIL PROTECTED]> wrote:
> Does anyone know if the newest version of GCC take care of the callback
> issues?

>From the release notes of the prc-tools 2.0 version:

| * Applications access globals via A5, so no need for CALLBACK_PROLOGUE
|   macros.
|
| * Projects which want to manage their own globals (via A4) can do so,
|   and there's support for doing this in function prologues/epilogues
|   instead of using CALLBACK_PROLOGUE/EPILOGUE-style macros.

In short:  yes, in this version there are no callback issues for
applications.  There is further information in the documentation.

I believe the 0.6.0beta distribution will make you take care of this
issue yourself by default, since there are useful facilities to do with
global variables to be gained via the do-it-yourself approach.  However,
for most applications with simple requirements it's good to be able to
have the issue taken care of automatically and there may be options in
this distribution to activate such behaviour: see the documentation.

    John

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to