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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.