Date: Sun, 2 Oct 94 14:11:50 EDT From: dliu AT faraday-gw DOT njit DOT edu (Dong Liu) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: real mode call back and djgpp's swap problem. Mailer: VM 5.32 (beta) for GNU Emacs 18.59.5 Hi, It's me again, I think I figured out why my mouse handler did work, it is not because djgpp's real mode callback, but because the go32 has had a mouse handler built in already. Using the event queue library came with libgrx solves my problem. On a complete different problem. go32 seems not clean its swap space corrently, I have a 11M parition serves as my linux swap space, windows swap space and go32 swap directory. If I run "ld" links my program with a large library, I lose nearly 3M go32 swap space. I need to run chkdsk to reclaim the lost disk space. All the huge files "FILEXXXX.CHK" begin with a string "go32 pagging file". Dong