> fHost = HostFOpen("d:\\temp\\en-fr_dict.txt", "r");
> since C strings treat backslash as an escape character.You're absolutely right. I fixed this myself, but alas no difference. > Second, you might want to use "rb" as your mode if you're expecting a > binary file. I'll give that a shot, thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
