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: flamandier
  • Content: Threads
  • Order by date
  1. flamandier

    Calling a Fortran DLL from EXE : Pb with STDCALL

    Hi, I try to call a fortran DLL (testdll.dll) from a Fortran Exe (testexe.exe). In my testexe Project, I added testdll.lib. testexe does not link well . it does not find functions in testdll.dll. Error messages areabout symbol not found. in testdll project , subroutinetesmethod is declared...
  2. flamandier

    VB6 usage with Fortran DLL : size problem ?

    Hi, I face in my application serious size problems. I tried to isolate the problem, but I still don't get the explanation. Here is the VB6 part : ---------------------- Type TY_VB6_Doubles double1 As Double End Type Type TY_VB6_Test testdoubles() As TYDoubles End Type Public Declare Sub...
  3. flamandier

    Calling Fortran DLL inside Fortran Exe

    Hi, here is my exe : program FortranTestExe implicit none call FortranTestDLLSub end program FortranTestExe And here is my DLL: subroutine FortranTestDLLSub !DEC$ ATTRIBUTES DLLEXPORT::FortranTestDLLSub print *,'Hellow World' end subroutine FortranTestDLLSub DLL compiliation is...

Part and Inventory Search

Back
Top