Date: Thu, 16 Jul 92 14:11:00 EDT From: DJ Delorie To: ROHRER AT fncrd0 DOT fnal DOT gov Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: dos interrupts and file size? >program crash. The current favorite place to crash is in the function >which does a dos interrupt to get the free space in the current path. "Crash" is a funny word for what is happening here. Go32 must deal with every function that a program might make, and for the ones where it doesn't know what to do it aborts. It may be that that is what's happening here. Check in exphdlr.c and make sure that the DOS interrupt function you're calling is being handled by go32. DJ dj AT ctron DOT com Life is a banana.