Hello Everyone Can anyone help with what seems to be a simple problem ?
I am using Neil Rhodes' model of a Customer database (from his excellent Palm OS Programming) for my own application. I too have PackedCustomer & Customer structs (called something different, but I have essentially copied his code word for word). It works fine, until I add another char * to my Customer struct (so that I have one Int32 and 5 const char* 's). That's when I hit problems. Despite everything being exactly the same, except for the size of my Customer struct ( which I have taken account of in the PackCustomer and UnpackCustomer functions ), my app crashes with a "Free Handle"error. What's happening ? Thanks to anyone who can shed any light. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
