Hi, how to read 2 different types of value in a record? I read first type of values (Int16) using this:
Int16 *pointer; Int32 Value; pointer = (Int16*)MemHandleLock(recH); // ... codes for reading pointer[0], pointer[1] ... pointer[n] how can I read the value (of type Int32) after pointer[n] ? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
