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/

Reply via email to