>>>fstat() returns -1 all the time under win32s. However, under identical
conditions it returns 0 under NT. What gives?
Several questions: (1) Which version of the C Runtime are you using? (libc,
libcmt, crtdll)? (2) If you've set up the debugging Windows 3.1 and Win32s
system files, are you getting any useful information, such as unsupported
APIs that are called.
Lee