Hi,
I'm working on an old fortran project which was made on compaq visual Fortran. When I compile the project I have the following errors :
Error 1 error LNK2019: unresolved external symbol _ETIME@4 referenced in function _SECOND cpu.obj
Error 2 error LNK2001: unresolved external symbol _ETIME@4 main.obj
Error 3 error LNK2001: unresolved external symbol _ETIME@4 io.obj
Error 4 error LNK2019: unresolved external symbol _LNBLNK@8 referenced in function _INPUTREAD io.obj
Error 5 error LNK2019: unresolved external symbol _FDATE@8 referenced in function _WRT_STATE io.obj
Error 6 fatal error LNK1120: 3 unresolved externals Debug/WAHA3.exe
I have tried to link libraries like said in other topics but it didn't work as well. Can somebody help me?
Thanks.


