"Charles Lane" <[EMAIL PROTECTED]> writes:

> I'm getting all kinds of "stray \'s in program" error because gcc doesn't
> support line continuations in defines

Yes it does. I am guessing that you have embedded carriage returns
(ascii 13) in those files, resulting in a \ that isn't at the very end
of the line. 

gcc 2.95.3 (which is what the prc-tools is based on) would barf on
those. gcc 2.95.4 does not, but that doesn't help prc-tools users.

In any case, you should be using the 4.0 sdk; as other posters have
pointed out, an app developed with the 4.0 sdk will work on any version
of palmos, as long as you take care not to call 4.0-specific API's in
your app. 

One of the appendices in the SDK docs tells you which version of the OS
an API first appeared in, so you can decide what minimum os you want to
target, then look for the API's that occurred after that version and
avoid them.

-- 
Dave Carrigan ([EMAIL PROTECTED])            | Yow! I just forgot my whole
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | philosophy of life!!!
Seattle, WA, USA                            | 
http://www.rudedog.org/                     | 

-- 
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