Re: How to link a Fortran static library to a C++ program?



Thanks very much!
I've solved the problem:
Remove "/libdir:noauto". In the project property pages, this is
Fortran..Libraries..Disable default library search rules - change to
"No".

It works well now.

Thanks again!!

.