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/
- Re: StrCopy gives exception Jayanarayanan M N
- Re: StrCopy gives exception Keith Rollin
- RE: StrCopy gives exception Sateesh Kumar E C
- RE: StrCopy gives exception Keith Rollin
- Re: StrCopy gives exception Jayanarayanan M N
- RE: StrCopy gives exception Sateesh Kumar E C
- Re: StrCopy gives exception Keith Rollin
