In Visual Studio 2008, I create a user defined structure type and will pass an array of this type to Fortran DLL, how should I declare the function to pass this array in both VB.NET and Fortran sides? I need to pass the array to Fortran side, Fortran side will read data from file to set values for this array, and VB side will read the data to display it. Any example to give me some idea, Thanks ahead!
↧