Re: Problems using stat function

2008-08-13 Thread Larry Hall (Cygwin)
Ignasi Villagrasa wrote: Hi everyone, I'm migrating an old WATCOM C++ based application to cygwin, using -mno-cygwin in order to make the converted executable as similar as possible to the original one. I get a problem using int stat ( const char *__path, struct stat *__sbuf ); I get an im

Problems using stat function

2008-08-13 Thread Ignasi Villagrasa
Hi everyone, I'm migrating an old WATCOM C++ based application to cygwin, using -mno-cygwin in order to make the converted executable as similar as possible to the original one. I get a problem using int stat ( const char *__path, struct stat *__sbuf ); I get an improper offset and so