>Enabling "ANSI Strict" in the C/C++ project options causes a 
>whole series of
>preprocessor and compiler errors to be generated from the 
>PalmOS3.5 headers,
>I also receive an unhandled exception from NT4 during the compile.  Has
>anyone else seen this?  If I uncheck 'ANSI strict' the app 
>builds w/o any
>errors, and no exception occurs.
>

That's because you're now compiling your Palm code against strict 
ANSI C guidelines.  The headers aren't really strictly ANSI C
(or they would be using /* instead of // everywhere for documentation)
as well as a number of other things.  As for the unhandled exception,
I haven't seen that, so it's probably an NT4 thing.  (no exception on
95 and 98).

-Rus

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

Reply via email to