X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10503300302.AA17996@clio.rice.edu> Subject: RE: DJGPP v2.04 Bugs (fwd) To: djgpp-workers AT delorie DOT com Date: Tue, 29 Mar 2005 21:02:19 -0600 (CST) X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavis-20030616-p6 at mail.rice.edu X-DCC--Metrics: handler2.mail.rice.edu 1067; Body=1 Fuz1=1 Fuz2=1 Reply-To: djgpp-workers AT delorie DOT com > From: "Brian Palmer" > > Yes, DJGPP v2.03 works just fine. > > I am using FreeDOS kernel version 1.1.35 (Build 2035) [May 30 2004], > Kernel compatibility 7.10 - WATCOMC - FAT32 support. I am using the > Microsoft DOS TCP/IP network client mapping a drive to a Windows 2000 > Professional computer. > > When I open a file and it does not exist, it gets created just fine. > Once the file exists, fopen() (using "r", "a+t", "r+t" modes) returns > doserrno 80 (decimal) which IIRC is "file exists" and errno is 27. > > When I do a network trace using MS Network Monitor on the Win2k > computer, it shows that it tries to "make new file" instead of "open > file", which gets a SMB reply of "DOS Error (80) FILE_EXISTS". > > Let me know if I need to get anymore information about this problem. > > Thanks for your help, > -Brian > > -----Original Message----- > From: Charles Sandmann [mailto:sandmann AT clio DOT rice DOT edu]=20 > Sent: Monday, March 28, 2005 6:03 PM > To: Brian Palmer > Subject: Re: DJGPP v2.04 Bugs > > > Sorry to email you directly about this, but I need to report a bug on > > DJGPP v2.04. It seems that fopen(), open(), and _open(), etc. are > > totally broken when trying to open an existing file on a network share. > > I'm using FreeDOS as the OS; I haven't tested this on MSDOS. > > Does djgpp v2.03 work properly?