The declare statement
Private Declare Sub COMA Lib "COMA32.dll" (ByRef NoChain As Long, ByRef Decay As Double, ByRef Conv As Long, ByRef NoComp As Long, ByRef InitTime As Double, ByRef NoChgTran As Long, ByRef ChgTranTime As Double, ByRef NoChgSou As Long, ByRef ChgSouTime As Double...
I am calling a fortran dll from VB 6.0 and it keeps coming up with error 28. I have only nested the call statment in one procedure, removed all variable to the module level and removed all posible fixed length strings + there are no 'DoEvent' so that can not be the problem. This leaves only an...
To David Blanchard,
I'm developing an Interface using Vb 6.0 that calls a Compaq visual Fortran
DLL.
I have also posted a thread on the tek tips Fortran/VB pages as I have a
problem passing across arrays and their dimensions but have unfortunately
received no replies, like you. The Fortran was...
I am having troble passing a varying size array from VB to VF where in the DLL call statement I pass across the first value in the array ( e.g. Array(1)) and the dimension (e.g. 10) and when I try to use the dimension in VF to dimensionalise the array it doesn’t use the value.
This is a very...
I am having troble passing a varying size array from VB to VF where in the DLL call statement I pass across the first value in the array ( e.g. Array(1)) and the dimension (e.g. 10) and when I try to use the dimension in VF to dimensionalise the array it doesn’t use the value.
This is a very...
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.