Okay, this a bit of a dorky question. I asked at a C Forum, and
this was the suggestion. I'm hoping this is a Palm Dev Forum related issue:

I'm simply trying to add and Int32 element from one structure to the other
but I keep getting:
Application just read from memory location 0x0000000014, which is in low
memory.
"Low Memory" is defined as ............ It should not be directly
accessed...

***************************************************************************************************************************************
      typedef struct
      {
            UInt32 *orderQty;
            Char *key;
            Char *desc;
      } OnOrder;

      onOrder.orderQty = (UInt32 *) StrAToI(FldGetTextPtr(field));      //
Gets the number from the field
      UnpackOnOrder(&onOrderFound, packedOnOrder);          // Grabs from
pdb
      *(onOrder.orderQty) += *(onOrderFound.orderQty);            // THIS
LINE CAUSES THE ERROR

***************************************************************************************************************************************
Can someone shed some light on this please?


Nole Mailey
Data Conversion Specialist
ProfitMaster Canada
1.800.340.4492
www.pmcanada.com
[EMAIL PROTECTED]


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

Reply via email to