> 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!!!
> 
> void doubleToStr (Char *flpNumberToConvert)
> {
> Char *TEST;
> StrCopy(TEST,flpNumberToConvert);  file://<<<<ERROR
> ...
> }

maybe its time for you to give up on palmos and learn C programming
first? we have received a lot of posts from you the last few days
with very elementary questions that either:

1. would not be a problem if you knew C
2. would not be a problem if you cared to read the manual/docs

think about why this would produce a bus-error. the answer is very
obvious. if you dont know the answer, maybe time to get hold of a 
good C programming manual, and, understand what you are actually
trying to do.

your problem is NOT syntax, so, its not C/C++ thats causing it :)

i am not a compiler, but, i can see your error a mile-away. when 
you know what the problem is, you'll also slap yourself on the head.

---
Aaron Ardiri                           [EMAIL PROTECTED]
CEO - CTO                                              +46 70 656 1143
Mobile Wizardry                         http://www.mobilewizardry.com/


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

Reply via email to