Message-ID: <000501c2a17a$cffad700$2601a8c0@pianodisc.com> From: "P Clift" To: Subject: windows EOF before EOF Date: Wed, 11 Dec 2002 17:07:15 -0800 Organization: PianoDisc MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Disposition-Notification-To: "P Clift" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com I have a program that I developed on my Linux computer that works fine. I moved the C files over to my windows computer and used djgpp to recompile and make a dos app. Most of the time it works but when reading some files it encounters a 1A and decides that the file has ended and EOF becomes true. How do I fix this?