At 11:49 2003-1-7 -0800, you wrote:
>In the resource, just store your word list as a
>list of NULL terminated strings

Hmmm...so, if I attach a ascii list of words (5-bit
encoded) and NULL terminated using PalmREZ, how would
I access the list from the program?  Can I simply get
a pointer to the resource (by ID) and use that to
access the list??
DmGetResource is your friend. It returns a MemHandle which you can lock and then reference directly.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com

--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to