Mike,
Although you can use a library that has the standard C function stuff in it,
that is not the recommended way, as it brings in a new library, uses up your
memory, etc.
The Palm OS has very similar stuff built in, so you should use that.
To find the routines for strings, look in the SDK, which you can see online
at:
http://www.palmos.com/dev/tech/docs/palmos/ReferenceTOC.html
Scroll down to section 44 and check out those functions. They are all built
in.
Hope this helps...
Brad
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mike
> Lyle
> Sent: Wednesday, February 07, 2001 10:09 AM
> To: Palm Developer Forum
> Subject: Using C Library Functions
>
>
> Hi, I'm a new palm developer with previous experience with MS Windows.
> I need to convert a hex string to a 32 bit integer, the C function is:
> nInt = strtoul (pStr, 0, 16);
>
> When I run the task in the Palm Emulator I get the error:
> UIAppShell has just tried to access a global variable at
> a time when global variable access is not allowed.
>
> Is there a way around this? Any help will be greatly appreciated.
>
> Thanks,
> Mike Lyle
>
>
>
> Mike Lyle
> 99 White Coupe, 6 Spd
> Houston Texas Area
> C5R# X1904 GWS# 027
>
>
>
> --
> 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/