I am trying to include a few system .h files... #include <unistd.h> #include <sys/types.h> #include <stat.h> #include <fcntl.h>
along with others, but these ones are given me problems. My complier cant find them. the folder they are in is in the include section of the prefs. when i click on the Outline (the right box in palm os sdk) i can open the .h file, but the complier cant find it. why cant I use these .h files, but i can use others that are in the same folder, or why cant it find them at compile time, but the SDK can find them? Other .h files i am using that are working fine are... #include <string.h> #include <stdio.h> #include <stdlib.h> #include <ctype.h> these are located in the same folder as the other ones C:\PalmOSCygwin\usr\include\ -- Scott Erickson Software Development Team, FB-4, Inc. [EMAIL PROTECTED] -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
