I was compiling a test.f90 fortran program using
ftn95 test.f90 /link
Then, I got a pop up box with the title of 'Microsoft Visual C++ Runtime Library' saying 'Program: c:\Program files (x86)\Silverfrost\FTN95\ftn95.exe
R6034 An application has ade an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information'
test.exe did seem to be produced.
But, test.f90 is a simple 'Hello word' program.
I wonder if a more complicated program is compiled, will the compilation fail?
This error message is unsettling to me. How can this be fixed?
I installed FTN95 a few weeks ago. The problem only show up a few days ago. The version of FTN95 is 8.05 ACADEMIC version. The install file itself was from Dec 2016. The machine itself is a Windows 10 machine.
Dan Chan (dc7669)