> I have a program that works fine on devices with palmos 4.1 and early
> but on OS 5.2 i get a invalid ptr error
> whats wrong?
>
> ULong romVersion;
> char *PalmOS = NULL;
>
> FtrGet(sysFtrCreator, sysFtrNumROMVersion, &romVersion);
> StrIToH(PalmOS,romVersion);
writting to memory address 0 is generally not good idea... i do not know this
function, but it seems to be your problem
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/