X-Authentication-Warning: new-smtp2.ihug.com.au: Host p36-max10.syd.ihug.com.au [203.173.155.36] claimed to be acceleron Message-ID: <01c401c11da3$fa8ffe20$0a02a8c0@acceleron> From: "Andrew Cottrell" To: "Eli Zaretskii" Cc: , "Charles Sandmann" References: Subject: Re: Windows 2000 utime query Date: Sun, 5 Aug 2001 21:43:44 +1000 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp-workers AT delorie DOT com > > I added printing of AX after the int21 call and the results are included > > below, it appears that the function 5701h / 5705h / 5707h are not supported. > > I also tested AX=5707 and it also failed with a value in ax of 0x0001 and > > flags = 0x0003. > > One more idea: does 5700 work, or does it also fail? If it does work, > what values does it return, and can you make 5701 succeed by using those > same values as returned by a previous 5700? I added the call to 5700 which I hacked out of xstat.c (int _getftime(....)) and the call to 5700 works fine and returns 5700 in ax. Passed the values returned in 5700 into the 5701 call, but it fails with ax =0x0001. I have downloaded the touch program from the freedos site and it works on Win2K. I am in the process of downloading the source files and I hope the source is in one of them. I don't beleive it. I need to do more debugging. I will download the source tonight and make sure I have it and then go to bed before ............. Done some digging at Bill's home and only found the following interesting page on Interrupt 21 function 7143 sub-functions 5 and 7 issue with Win 98/98SE/ME: http://support.microsoft.com/support/kb/articles/Q277/6/28.ASP Andrew