From: "Wojciech Galazka" Newsgroups: comp.os.msdos.djgpp Subject: Re: NT long file name support Date: Tue, 14 Mar 2000 12:12:36 +0100 Organization: http://news.icm.edu.pl/ Lines: 33 Message-ID: <8al6rq$ogg$1@sunsite.icm.edu.pl> References: <38cd3427 DOT 15769106 AT enews DOT newsguy DOT com> <8ajhsk$hsj$1 AT spruce DOT ukc DOT ac DOT uk> NNTP-Posting-Host: plus77.polkomtel.com.pl Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit X-Trace: sunsite.icm.edu.pl 953032378 25104 212.2.96.204 (14 Mar 2000 11:12:58 GMT) X-Complaints-To: abuse AT news DOT icm DOT edu DOT pl NNTP-Posting-Date: 14 Mar 2000 11:12:58 GMT 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 David G. McDivitt wrote >I found it. Lo and behold it had a link buried in there to go and >download what I want. I'm going to get on an NT machine and see what >happens. It only does one thing, and that is provide long file name >support to DOS applications in NT. I am very happy someone had the same >problem as me, and provided just what I want. David, Please let me know what you think about the version of LFN services for NT. I'm working on a never release and I would like to know of any bugs found so far. This release on WWW contains at least two bugs manifesting as 1) sometimes ls -l just doesn't work 2) when creating a fie whose name is in lowercase a file in uppercase is created instead. These bugs have been fixed in the new version I'm working on. This version hovewer uses 4 undocumented calls into NTVDM so I need some time to test it thorougly out. I'm also considering every possibilites to work around DPMI leakage by NTVDM that makes it annoying to process large makefiles. I hope to have a newer relase by the end of Monday