Search results for query: *

  • Users: gtumini
  • Content: Threads
  • Order by date
  1. G

    Passing multidimensional array to unmanaged C

    Hi All, I have been struggling to find more info about how multidimensional arrays are allocated/structured in memory when passed as argument to a C function: VB.Net code: Public Declare Function MyFunction Lib"mydll.dll" (ByRef myArray As Single) As Short dllRet = MyFunction(...
Back
Top