X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 06 Dec 2001 21:39:38 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Marta Ghidella Message-Id: <2110-Thu06Dec2001213938+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3C0FB699.5BB2543@dna.gov.ar> (message from Marta Ghidella on Thu, 06 Dec 2001 15:19:05 -0300) Subject: Re: fortran References: <3C0FB699 DOT 5BB2543 AT dna DOT gov DOT ar> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 06 Dec 2001 15:19:05 -0300 > From: Marta Ghidella > > I have problems reading and writing binary files, both sequential and > direct access files. You need to open the files in binary mode. Did you do that?