Hi, > On a real Tungsten C or m515 the SAME app seems to corrupt its own data > storage. > For example: > StrCopy(fulltext,"123") > Does't make a "123" string, but something "'!�$%"
How do you declare fulltext? If it's just a pointer, it might not be initialized and StrCopy might write anywhere in memory. Make sure that you have enough memory allocated at the place where fulltext points to. cu Urs -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
