I am trying to copy value from a field to local character array.

fldPtr = FrmGetObjectPtr( thisForm , FrmGetObjectIndex( m_pForm, controlID ));
StrCopy ( strBig, fldPtr )

Gives warning on emulator.
"...just read from memory location 0x000139E7, which is in an unallocated chunk of memory."

If clicked to continue, programs continues in normal way. Can I ignore this?
What could be the cause?

regards
Jayan


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

Reply via email to