Since Disksize and diskfree apparently use the old
interrupt call and only go up to the max of a long
integer 2.1billion, i have been looking for a routine
(for years now actually) that takes into account
FAT32 and larger disk sizes. Well I found one that
works great written in pb 3.5. I want to include
the diskinfo routine as a menu option. (using
DISKFREE at the moment. my problem is the inline
asm that uses VARSEG (I assume VARPTR will be ok
as it uses that too). Since PBdll have that, how
to I modify or what do i substitute for it ?
If you want to see the PB code I'll be happy to
email it.
Thanks
Fred
[email protected]
interrupt call and only go up to the max of a long
integer 2.1billion, i have been looking for a routine
(for years now actually) that takes into account
FAT32 and larger disk sizes. Well I found one that
works great written in pb 3.5. I want to include
the diskinfo routine as a menu option. (using
DISKFREE at the moment. my problem is the inline
asm that uses VARSEG (I assume VARPTR will be ok
as it uses that too). Since PBdll have that, how
to I modify or what do i substitute for it ?
If you want to see the PB code I'll be happy to
email it.
Thanks
Fred
[email protected]
Comment