To all: I have a problem with some of my projects that I have tried to compile on my local machine. I recently installed CW6 and have had troubles with some of my compiles. I know it must be machine/software specific because when I take the same project to another machine with CW6 on it, the app will compile fine. What I am getting is errors such as: Error : identifier 'fdopen(int, const char *)' redeclared was declared as: 'struct _FILE * (int, const char *)' now declared as: 'struct _FILE * (int, char *)' cstdio line 374 FILE *fdopen(int fildes, char *type); Error : declaration syntax error cstdlib line 204 unsigned long __cdecl _beginthreadex(void *, unsigned, Error : declaration syntax error cstdlib line 205 unsigned (__stdcall *) (void *), void *, unsigned, unsigned *); Error : identifier 'fdopen(int, const char *)' redeclared was declared as: 'struct _FILE * (int, const char *)' now declared as: 'struct _FILE * (int, char *)' cstdio line 374 FILE *fdopen(int fildes, char *type); and etc. when I do an "#include <stdio.h>" in a .h or .c file and set my access path to ..\MSL\MSL_C\MSL_Common\Include. Now this compile error or something similar to it happens on any project that I use an #include on that refers to something in the MSL_Common\Include. It looks like the compile is calling errors on files in the include directory. Any suggestions would be greatly appreciated. Thanks Carl Smith -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
