Zyzzle 20.10.2021, 05:00 |
SEEKEXT and enabling unsigned 32-bit DOS int 0x21 fileseeks? (Users) |
Quick question about SEEKEXT: I installed the TSR, (I'm using the Win95 OSR2 "MS-DOS" v. 7.1) thinking it would make existing DOS programs using signed longint filesizes into unsigned longint seeks. As in, it would enable DOS programs to see "negative" file sizes from 2 GiB to 4 GiB-1 as valid sizes. It did not. With the TSR installed, all programs behaved as before. With files > 2 GiB programs report strange error messages (file cannot be opened, or can't seek in file, etc) and do not work with these large files. |
Rugxulo Usono, 20.10.2021, 11:10 @ Zyzzle |
SEEKEXT and enabling unsigned 32-bit DOS int 0x21 fileseeks? |
I'm not sure from first-hand experience, only crumbs of hints from third-party info. |
Zyzzle 20.10.2021, 14:37 @ Rugxulo |
SEEKEXT and enabling unsigned 32-bit DOS int 0x21 fileseeks? |
> I'm not sure from first-hand experience, only crumbs of hints from |
KormaX 25.11.2021, 17:42 @ Zyzzle |
SEEKEXT and enabling unsigned 32-bit DOS int 0x21 fileseeks? |
> but in pure DOS these files won't even open --- |
ecm Düsseldorf, Germany, 20.10.2021, 12:50 @ Zyzzle |
SEEKEXT and enabling unsigned 32-bit DOS int 0x21 fileseeks? |
> Quick question about SEEKEXT: I installed the TSR, (I'm using the Win95 --- |
Zyzzle 20.10.2021, 14:51 @ ecm |
SEEKEXT and enabling unsigned 32-bit DOS int 0x21 fileseeks? |
> > Quick question about SEEKEXT: I installed the TSR, (I'm using the Win95 |
Oso2k 22.10.2021, 00:39 @ Zyzzle |
SEEKEXT and enabling unsigned 32-bit DOS int 0x21 fileseeks? |
[SNIP] |
Zyzzle 22.10.2021, 02:45 @ Oso2k |
SEEKEXT and enabling unsigned 32-bit DOS int 0x21 fileseeks? |
> Are you talking about R. Loew's FILE64 package? |
KormaX 26.11.2021, 10:31 @ ecm |
SEEKEXT and enabling unsigned 32-bit DOS int 0x21 fileseeks? |
The Mplayer DOS port will read large movie files even under real DOS if you store said file on a partition with a file system designed to handle such files and not on a FAT16 partition utilizing some undocumented hack. I store large files on NTFS volumes and MPLayer handles them fine as the IFS driver used to access them actually finds what is supposed to be there. --- |