> 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 knows about 
> it, can they send it to me via my address (not the forum)?

  you saying this wont work?


typedef unsigned short USHORT;

  there is a "header" file, to provide backward compatability with the
  new data type definitions and it is called "PalmCompatability.h". 
  if you correctly installed the 3.5 SDK headers, you shouldn't have
  a problem with the new datatypes. be sure to also put -palmos3.5
  in your command line arguments for the compiler, so it knows where
  to look for the headers.

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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