Hy All.
I have a function that receives a string and should copy this string to
another one. It compiles well, but cause a memory error (BUS ERROR) when the
app run. I think that the error is simple and is something about C/C++
sintax too. Can anybody help-me, please!!!
Thanks all!
The value *flpNumberToConvert
void doubleToStr (Char *flpNumberToConvert)
{
Char *TEST;
StrCopy(TEST,flpNumberToConvert); //<<<<ERROR
...
}
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/