On Fri, 13 Aug 2004 23:35:09 +0200, Pelle Trelje <[EMAIL PROTECTED]> wrote:
> "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?
> 
> (Been trying to compile an old example project in PODS and gotten the same
> error message).

Even if it's possible, you shouldn't. Those errors basically means
that you'll create a broken *prc that might work if you're lucky but
will crash if you're not. It's a Palm OS programming error to write
code that way. You should fix the bugs in the code instead of trying
to convince the compiler to compile buggy code.

Krzysztof Kowalczyk | http://blog.kowalczyk.info

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to