> I've just d/led SDK4.0, and then changed my path settings to the new path
> for OS4. However, when I compile my projects, I get the compilation error
> that _PU is not defined (from TxtGlueCharIsPunct). However, _PU *is*
defined
> in CharsAttr.h. I don't have this problem with the OS3.5 SDK. What's wrong
> with my program? (And FWIW, how come it doesn't give a warning that it
can't
> find other char attributes apart from _PU?)

I had the same problem, and solved it by adding

    #include <CharAttr.h>

before including the glue header.

Jeff

P.S. I also found that in my multiple segment app, it was necessary to move
the resources to the first segment in order to prevent runtime errors. The
resources had been in the second segment with the 3.5 SDK.



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