Is there a substitution for the typedef 'Word' in newer versions of the
SDK? The reason I ask is that I get debug error of:

Error: ';' expected
Line 35         Word bubahase;

When I change this:
------------------
typedef struct 
        {
        UInt8 replaceme;
        } StarterPreferenceType;

To this:
-------
typedef struct 
        {
        UInt8 replaceme;
        Word bubahase;
        } StarterPreferenceType;


By the way,  I am not really modifying that struct, I was just using it as
an example of a struct that I knew was otherwise ok to rule out the other
structs I created that also had that error.

Thanks,

- Matt


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