How can I link object files produced with MinGW64 fortran (gfortran) compiler (.o) to MSVC 2010?
I just want to use 64 bit arpack library with 64 bit MSVC solution, but all other ways to do it were unsuccessful. MSVC finds arpack functions with 32 bit solution's configuration but starts application with a runtime error and can't find arpack function with 64 bit solution's configuration at all.