Am Donnerstag, 27. Juli 2006 15:40 schrieb Micky MeNeZeS:
> I have got following code.
> [...]

It seems you don't initialize the buffer you create. So the check in 
StringCopy
>       if (StrLen(aBuffer) == 0)
won't work, since StrLen will get a random value. Set the first byte of the 
buffer to '\0' at the beginning.

The rest seems quite nice to me...

-- 
Mit freundlichen Grüßen
Helmut A. Bender
Helmut Bender GmbH

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

Reply via email to