Thanks for the info Ben. I am not going to be in the office for the next week, but when I get back, I will take a look at that. If I remember correctly, I have two pathes written in the list of system pathes.
Thanx, Daniel Suleski :-> TD, Mysticware Inc. www.mysticware.com "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:103144@palm-dev-forum... > > At 10:13 2002-11-29 -0500, you wrote: > >Hi everyone. I have been developing an application in which I include > ><stdarg.h> at the top of one of my files. Well, for the past 3 weeks, I've > >had no problems with it. > > > >However, all of a sudden I am getting an error that the file 'stdarg.h' > >cannot be opened. Not sure why this is. I am including it to use va_start > >and va_end. I even looked up the location of stdarg.h and placed that in > >the system path list under the project settings. > > If you're using CodeWarrior for Palm OS V8, you should have a single > recursive system access path to "{Compiler}/(MSL for Palm OS)" for any > standard library header. If you have paths pointing inside that tree, > remove them, as they can cause the wrong files to be included. > > Are you saying "#include <stdarg.h>" or "#include "stdarg.h"? You should > use the first form with the angle brackets. > > Try using the "preprocess" command and see where this file is being > included in your build... maybe some other file that does the include of > this isn't being found, or a wrong version of it is being found now. > > -- > Ben Combee <[EMAIL PROTECTED]> > CodeWarrior for Palm OS technical lead > Palm OS programming help @ www.palmoswerks.com > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
