Re: bad news guys/gals

2000-10-30 Thread Aaron Ardiri
> OK, I think this is bad. GCC is complaining about the fact that it doesnt > know what UIntxx's are, and that I can't create my own structs. Ages ago, I > heard someone talking about a .H file called PalmType.h or something like > that...in my stupidity, I ignored it...I may need it. If anyone

RE: bad news guys/gals

2000-10-29 Thread Craig Evans
I'm guessing you have recently upgrade to the 3.5 SDK ... Look for a file called "PalmCompatability.h" (in the "...\Palm OS 3.5 Support\Incs" directory on my PC) ... it contains all the #defines for the palm types. You will find what you want in there. Initially #include the file in your code,

RE: bad news guys/gals

2000-10-29 Thread P. Alan Johnson
Everything you need to define such types are contained within the Palm OS SDK header files. Perhaps you have the incorrect SDK headers or are pointing to an older version. Recheck your paths and GCC installation. The other file, PalmType.r, refers to resource definitions to use along with constru