Topic: linking to C++
I want to link some Fortran routines to a Windows C++ program. I am using MS C++ visual studio 2010. How easy is this? Any tips would be appreciated - articles, what fortran libraries have to be included, which kind of project to use (static library (I would prefer static linking), simple dll?). I used to do fortran, but have not used it much for many years. The routines are working fine in a fortran program. The section on interoperability in the docs may have useful information but does not answer my questions.