Hello! I'm new to fortran, I generally develop in c#. I have a need/desire to compile some old Lahey Fortran 90 code in an environment where I can figure out what it is doing, which is hopefully the .net environment.
The process I have followed is to install FTN95, create a new fortran.net application then add the existing fortran include and source files to the Include Files and Source Files directories.
Not knowing what to do with the exclude.lis, Makelib.lis, WDM.DEP and WDM.OLI files I just placed them in the root project directory.
What I am trying to determine is if the old fortran code can be compiled correctly.
My current problem is that when I build the app, I get the error message: Include File '...' cannot be opened. The path is correct, can any tell me what could be wrong?
Thanks Robotuner.