I need to open a file for input from my Palm applications. I was trying to do this through the stdlib.h from c, but I encounter some linking errors. Compiling works fine. the actual errors come only during the linking process. Here's a sample error message: Link Error: EmRes.cp: 'fopen' referenced from 'ImportAppResources()' is undefined. The bottom line is that I am trying to create a file for input with FileOpen. However, I cant open the file to read it because of this linking error. Is there any other way to manipulate input files Thanks Denny ********** Denny W. Jones Lighthouse Technologies http://www.lhtech-inc.com **********
