As a relative newbie myself, I'm not sure I can help....
but as part of my education, I have been perusing the "common.h" file which
contains the palm typedefs... You may want to take a peek at it.

Dan

Matthew Johnson wrote:

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


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