Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zeft
  • Content: Threads
  • Order by date
  1. zeft

    Problem with calling Fortran Dll from Compaq Visual Fortran

    I'm using CVF and I'm trying to create Fortran dll and call some functions from it from another Fortran program. Here is my code for the program inside the DLL: subroutine abc(a,b,c) !DEC$ ATTRIBUTES DLLEXPORT :: abc implicit none integer, intent(in) :: a,b integer, intent(out) :: c real*8 pi...

Part and Inventory Search

Back
Top