Hi,

I have a structure that looks like this:

typedef CE
{
   UInt32       seconds;
   Char         title[40];
   Char         code[20]
   Char         credits[5];
   Char         note[200];
} CE;

I want to "pack" my Char's into one long string. How do I handle the UInt32 
in the packing function? Do I just find the offset the string would start at 
from the end of the UInt32?  Am I better off just converting it into a
string before I write it to the structure?

Thanks,

Andy

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

Reply via email to