Actually, the Byte is at the first of my record.  Everything after it works
fine.  This leads me to believe it works... because if it didn't the offset
would be off.  Correct?

By the way, the debugger just fatally crashed my Palm.  I had to do a hard
reset.

--

Tim Astle


Fredrik Jagenheim <[EMAIL PROTECTED]> wrote in message
news:8528@palm-dev-forum...
>
>
> Sadly, having the record unpack correctly except for one field doesn't
mean
> it unpacks it correctly.
> You said earlier that you added a Byte to the structure:
> (Stupid example struct)
>   typedef struct {
>       char*  textString;
>       char*  anotherTextString;
>       Byte   myNewByte;
>       float  floatingNumber;
>   } my_struct;
>
> Just because textString and anotherTextString works fine after the
addition
> of the Byte doesn't mean that the floatingNumber works fine.
>
> I recommend that you start getting familiar with the debugger. You will
need
> it in the future. :)
>
> file://Fredde
>
>
> On Mon, Apr 17, 2000 at 12:48:45PM -0300, Tim Astle wrote:
> > Well, I assume the information gets unpacked correctly because I have no
> > problem accessing other data in the record.  I'm not too familiar with
the
> > debugger...
> >
> > --
> >
> > Tim Astle
> >
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to