Home > Back-end >  FORTRAN call c subroutine
FORTRAN call c subroutine

Time:09-16

Using Fortran call subroutine in c + +, how to configure the dynamic library

CodePudding user response:

As long as the DLL export C functions, not to export a C + + class or function, the DLL in other language, is there is no guarantee that different C + + compiler to generate the program for the DLL can call success
  • Related