> the reason it "does not pass char properly" is because you told it not to.
> the PalmOS expects int to be 16 bits.  if you override that in your own app,
> then you need to also adjust your code to deal with the fact that PalmOS
> thinks that in == 16 bits.

> the StrPrintF function is documented that %d expects a 16-bit value.  %ld is
> documented as expecting a 32-bit value.  so, if you're passing a 32-bit
> value, then it's your own responsibility to use %ld.

then how should I pass chars ? cast them to (Byte) ?


Thanks in advance.
Arman



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to