Message-ID: <001b01c2c3f1$14470ad0$0100a8c0@acp42g> From: "Andrew Cottrell" To: References: <3CAB1FDB DOT 68F9CF2F AT phekda DOT freeserve DOT co DOT uk> <7704-Fri05Apr2002112312+0300-eliz AT is DOT elta DOT co DOT il> <3CAD6FE7 DOT 1384C841 AT phekda DOT freeserve DOT co DOT uk> <8582-Fri05Apr2002142726+0300-eliz AT is DOT elta DOT co DOT il> <3CAD9FB1 DOT 4DEC7F58 AT phekda DOT freeserve DOT co DOT uk> <3E3142BD DOT F9B0E165 AT phekda DOT freeserve DOT co DOT uk> Subject: Re: _creatnew again [Was: Re: redirection problem with perl] Date: Sat, 25 Jan 2003 08:39:00 +1100 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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com > I've finally written some test programs: try-wronly.c and try-wronly2.c. They > are at the bottom of this mail: > > * try-wronly.c tests extended open-create: INT 21h, AX=6c00h. (DOS 4 and > later) > * try-wronly2.c tests regular open-create: INT 21h, AX=5b00h. (DOS 3) > * try-rdonly.c tests opening a read-only file and then writing to it. > Based on past experience the low level API calls to do with files on W2K and XP may not be compatibale with the same call on DOS/W9x so before making any changes could you please try the proposed changes (if any do come out of this thread) on Win 2K or XP to see what happens. I can test the change on my XP box, but it may take afew days to do. Thanks, Andrew