From: "Felix" Newsgroups: comp.os.msdos.djgpp Subject: djgpp file i/o Date: Thu, 12 Nov 1998 20:55:03 +0100 Organization: - Lines: 15 Message-ID: <72fdsa$ngi$1@news.metronet.de> NNTP-Posting-Host: bonn2.pop.metronet.de X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com hi, i'm looking for a good way to do file i/o with djgpp... if you wanted to write it yourself, would you have to call the dos services almost like in real mode ? anyways, i think djgpp offers two versions - one with file descriptors and one is the C style one. which one is better ? i tried using the c functions, but they don't seem to work when i copy more than 30000 bytes (or sth like that, only works for very small files!!). it may be my fault, but maybe you have some hints on file IO with djgpp.. thanks, Felix