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 Mike Lewis 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
  • Order by date
  1. zeft

    Problem with calling Fortran Dll from Compaq Visual Fortran

    I've solved this problem. My mistake was that I compiled dll in the DEBUG mode, but the right thing is to compile in RELEASE.
  2. 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