My boss just asked me to integrate the old boss of the old Fortran code into the project (Java) I'm working on. The code was written in the 90s, so I assume that it will compile anyway, so instead of rewriting it, I hope that I can just call functions from .dll. I am already invoking some C.dll, so I think I have this part.
I'm reading, and most articles talk about integrating Intel Visual Fortran Compiler with Microsoft Visual Studio. We have a university site license for Visual Studio, but it looks like the Intel Visual Fortran compiler is around $ 700. I donβt think my boss will do this, so Iβm looking for another option. I know that Microsoft provides many products that are freely available to students through Project Dreamspark, but I have not seen anything related to Fortran.
I'm looking at some cygwin based options right now (g95, I think), but I'm looking for other ideas / options. Any ideas?
source share