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. :)

//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