Hi guys, it has been a while for me with DOS 3.5.
I want to utilize the TOUCH program that is available in EXAMPLES.
However, it does not compile.
The program requires $INCLUDE PB35.INC, which is available.
PB35.INC requires DOSUNIT.BAS which it cannot find although it resides in the same directory.
So I add $INCLUDE DOSUNIT.BAS ==> apparently OK.
But now it complains that
FUNCTION AddFileHandles( ) PUBLIC
is multiple defined.
Looking through all three files I cannot find any duplicates.
But DOSUNIT says something about having file handles limited to 15.
My CONFIG.SYS specifies 64 files with 32 buffers. That should be enough?
TOUCH is supposed to set the date for 40 files, way below the 50 limit.
What is wrong here? Thanks, Rolf
------------------
I want to utilize the TOUCH program that is available in EXAMPLES.
However, it does not compile.
The program requires $INCLUDE PB35.INC, which is available.
PB35.INC requires DOSUNIT.BAS which it cannot find although it resides in the same directory.
So I add $INCLUDE DOSUNIT.BAS ==> apparently OK.
But now it complains that
FUNCTION AddFileHandles( ) PUBLIC
is multiple defined.
Looking through all three files I cannot find any duplicates.
But DOSUNIT says something about having file handles limited to 15.
My CONFIG.SYS specifies 64 files with 32 buffers. That should be enough?
TOUCH is supposed to set the date for 40 files, way below the 50 limit.
What is wrong here? Thanks, Rolf
------------------
Comment