Hi,
I was blocked by a problem when I try to program with Fortran in VS 2008 Pro. Even a simple test fortran program cannot be run:
Program test
print *, "hello"
end
Error as follows:
LIBCMTD.lib(close.obj): error LNK2001
LIBCMTD.lib(open.obj): error LNK2001
Who will be kindly provide solutions? Thanks in advance.