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/

Reply via email to