I am trying to compile the ASME 1997 FORTRAN Steam Table source code with the Silver Frost Compiler. These FORTRAN source file also include files with a '.inc' extension and within each of the '.for' extension files they add these include files with the following syntax:
include 'ntol.inc' include 'nstmcon.inc' include 'nuconv.inc'
When the compiler runs within Visual Studio 2010, for example it is throwing the following errors:
Error 10 INCLUDE file 'C:\data\VisualBasic\ASME_1997\steamTablesFORTRAN\nstmcon.inc' cannot be opened C:\data\VisualBasic\ASME_1997\FORTRAN Source\HCL.FOR 37
Stating that it cannot open the .inc include file.
Does anyone know what the problem is?
Kind Regards, Bill