From: ovek AT arcticnet DOT no (Ove Kaaven) Newsgroups: comp.os.msdos.djgpp Subject: Re: rsxntdj (equals?) trouble Date: Sat, 10 Jan 1998 14:40:28 GMT Organization: Arctic Net AS Lines: 15 Message-ID: <34b782ab.23659602@news.arcticnet.no> References: <34b70bfa DOT 82225526 AT news DOT arcticnet DOT no> <34B7768E DOT 557820B5 AT cornell DOT edu> NNTP-Posting-Host: hjemme-pc.arcticnet.no To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk "A. Sinan Unur" wrote: >Ove Kaaven wrote: >> Specifically, fread() bombs. What th... How am I supposed to write a >> player if it can't read a byte from a file without aborting? Anyone >> experienced this? > >wild guess : it is probably using fread from a 16 bit c run time dll. Um, no. The RSXNTDJ docs says that it uses the EMX libc, and it's in some .a-file so it's linked statically. I used nm/objdump and linked with -v to verify the location of fread. It has to be something a bit deeper, but thanks for trying.