"Ben Combee" <[EMAIL PROTECTED]> wrote > BTW, the reason the compiler complains is because, starting with the Palm > OS 5 SDK, everything defaults to strict mode where you can't directly > access the contents of Palm OS system structures. This is because the > layout of these structures is different in the ARM-based versions of Palm > OS than it was in the 68K versions.
And for us (reasonably) newcomers, how do we turn off the strict mode?
You don't. Code that won't compile as strict will likely not work on Palm OS 5 devices. If you really need to, look at the header files and notice the #if's that control the bodies of the structures you want to access.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
