The version of Fortran that I use is Compaq Visual Fortran 6.6.
I have some Fortran static libraries (.LIB) from MS Fortran 5.1.
I add these static libraries to a main project in the visual development environment with the Add to Project. After I push Build button to link these libraries, an error message I got is shown below:
Linking...
..\for5\Windowm.lib : fatal error LNK1136: invalid or corrupt file
Error executing link.exe.
Can someone help me out?
Thank you for your help
I have some Fortran static libraries (.LIB) from MS Fortran 5.1.
I add these static libraries to a main project in the visual development environment with the Add to Project. After I push Build button to link these libraries, an error message I got is shown below:
Linking...
..\for5\Windowm.lib : fatal error LNK1136: invalid or corrupt file
Error executing link.exe.
Can someone help me out?
Thank you for your help