I have installed Lahey Fortran compiler/editor on my laptop to take with me on a trip. I copied the *.for files and all input files (*.inp, and *.inc) on the computer. The *.for files compile fine, but the resulting *.exe files do not execute properly. I get the following error:
Windows api=readfile, errno=6, system message="the handle is invalid", unit=38).
The error occurs at the point in the code where I'm reading in the input data from my *.inp files.
Can anybody fill me in on how to fix this?
Thanks!!!
Chad
Windows api=readfile, errno=6, system message="the handle is invalid", unit=38).
The error occurs at the point in the code where I'm reading in the input data from my *.inp files.
Can anybody fill me in on how to fix this?
Thanks!!!
Chad