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

    Little problem interfacing VB and Fortran

    1- Nop! I can't access send the arrays with different dimensions! 2- The array definitions between VB (not VBNet) and Fortran are the same! If I declare explicitly (i.e. dimension xx(11,33) ! ... array of longs) the program works. Let me put my problem again: I want to pass a array from VB to...
  2. CharlesDayan

    Little problem interfacing VB and Fortran

    It is incredible, your hint worked! The program works for 1 dimensional arrays (vectors)! But the mystery continues :( !
  3. CharlesDayan

    Little problem interfacing VB and Fortran

    Do you mean: Integer[vb] <=> Integer(2)[fortran] Long[vb] <=> Integer(4)[fortran]
  4. CharlesDayan

    Little problem interfacing VB and Fortran

    I'm trying to send two arrays (a double and a long) from VB to a FORTRAN DLL. I don't understand why I can get (without problems) all variables but my array of longs? The DLL returns the same array; it accepts the call but doesn't perform any calculation with the array!!??? Here the short...

Part and Inventory Search

Back
Top