The code snippet in my previous e-mail should have been:
VoidHand hString = NULL;
VoidPtr pString = NULL;
// Get resource
hString = DmGet1Resource('tSTR', 1000);
pString = MemHandleLock(hString);
// Do sumptin'
//blah, blah, blah
// Release resource
MemHandleUnlock(hString);
DmReleaseResource(hString);
The size of 36 bytes was for this code. Sorry!
Thomas McCormick
Centennial Technologies
7 Lopez Road
Wilmington, MA 01887
Phone: (978) 805-2147
e-mail: [EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- strings and string lists Charles Rezsonya
- Re: strings and string lists Dave Carrigan
- Re: strings and string lists Dave Johnson
- RE: strings and string lists Rick Gadbois
- Re: strings and string lists Ken Krugler
- RE: strings and string lists Ken Krugler
- Re: strings and string lists M. Edward Wilborne III
- RE: strings and string lists Tom McCormick
- Re: strings and string lists M. Edward Wilborne III
- Re: strings and string lists Tom McCormick
- Re: strings and string lists Neil Rhodes
- Re: strings and string lists John Marshall
- RE: strings and string lists Tom McCormick
- RE: strings and string lists Ken Krugler
- RE: strings and string lists Steve
- RE: strings and string lists Dave Johnson
- RE: strings and string lists Ken Krugler
