No I understand that I have run into that problem going from windows to unix. The thing is I just downloaded the source from the palm os website. Then I opened it up and try including everything and got that error.
For now I have to wait and see because my computer decided to stop functioning and the network/techies at my work took it from me. I have another computer which I can use but it is mac(eww) so I would have to set everything up on that. So I may not be able to work on it til next week cause tomorrow is holiday(Canada Day). Thanks, Landon Cunningham On 6/29/05, Dr. Vesselin Bontchev <[EMAIL PROTECTED]> wrote: > On what machine/OS are you developing? Usually it is the Macintosh that ends > lines with Carriage Returns only - i.e., Chr(13) - while the various brands > of Unix use Line Feed only - i.e., Chr(10) - and Windows uses both - i.e., > Chr(13)Chr(10). > > It sounds as if your problem is caused by somebody transferring a text file > created on a Mac to a Windows environment in binary mode (i.e., without text > conversion). > > Unfortunately, if you really don't know what all this means, it's a bit > difficult to explain to you how to fix it... I suppose you're not familiar > with tools like the Unix program tr(1) and its DOW/Windows ports? Try reading > the documentation of the text editor you're using - perhaps it can be > configured to perform the end-of-line conversion properly. If not, see > whether it can search and replace control characters (i.e., non-printable > characters). > > If all else fails, ZIP the problematic text file and e-mail it to me - I'll > fix it and will send it back. > > Regards, > Vesselin > -- > For information on using the PalmSource Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
