We would like to create DLLs for my C code to connect to our FORTRAN95 SATURN DLL. Currently the two parts are connected together via compiling/link stages for .exe.
I wonder if any of you have met problems in mixed FORTRAN+C programming. Our SATURN software has always been coded in FORTAN with the Salford compiler and recently I have added a new algorithm ...