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 SkipVought 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: *

  1. Imageek

    Unable to resolve Error 28, when calling a fortran Dll

    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...
  2. Imageek

    Unable to resolve Error 28, when calling a fortran Dll

    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...
  3. Imageek

    Calling Compaq Visual Fortran from VB

    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...
  4. Imageek

    Problems calling a Visual Fortran DLL from VB6.0

    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...
  5. Imageek

    Calling a Compaq Visual Fortran Dll From VB6.0

    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...

Part and Inventory Search

Back
Top