Mail Archives: djgpp/2001/10/05/09:35:38
Eli Zaretskii wrote:
>
> I think you won't see such aborts with DJGPP. The number of
> possible names is much more than 9, and when they are used
> up, they will be reused.
No, the aborts are not frequent, or very infrequent: a lot
of chances for file names, and that the program aborts in
the precise point to no delete the 'scratch' files.
The files are forta52[0..9], forta52[a..z]
But they are not reused, they must be deleted manually (or
using a CALL SYSTEM).
>
> If you see something else, please post a short test program
> which can be used to look into the problem.
The following program shows the problem (well, I think it
is not a problem if it can ve avoided easily)
OPEN (UNIT=52,STATUS='SCRATCH')
CALL SYSTEM('DIR G:\\USR\\TMP\\FORT*')
READ(*,'()')
STOP
END
To test the program you must created all the forta????
files in tmp directory.
Regards,
OPH. 2001-10-5 10:30
Ing. Orlando P. Hevia
heviaop AT ciudad DOT com DOT ar
Santa Fe-Argentina
- Raw text -