1. Re: WinNT Weirdness
On Mon, 16 Oct 2000 16:25:24 -0500, ck lester <cklester at YAHOO.COM> wrote:
>(Should there be a space after [DOS]?)
>
>Does anybody have a reliable file I/O system for use with NT? I'm having
>problems with long filenames and am looking for a quick solution...
>Otherwise, I'll have to rig something.
ck:
This is the information about long file names.
http://msdn.microsoft.com/library/psdk/win95/lfn_4ugj.htm
I suspect that the problem is because of the interrupt that
is being used by euphoria to create a file name.
Go here to see how to use the correct interrupt.
http://msdn.microsoft.com/library/psdk/win95/95func_2i3s.htm
If you need to know how to use interrupts see DOSWRAP.E
Bernie