Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I am facing an error in vb.net where my application interacts with FORTRAN dll to fetch the results.

Initially i used the same fortran dll in visual basic(Wrraper Class[COM]) and was working as expected.But Now the Clients wants us to eradicate visual Basic(Wrraper Class) and implement the same in Vb.net.I have Tried but it is not behaving as expected.

I have analyzed and came to a solution that
Fortran multi-dimensional arrays are stored in a different order (i.e. column major order) and Fortran arrays are not necessarily zero based.

Please help me in Converting the system.Array to Fortran Array where the array Multidimensional


Pleaaaaaaaaaaaase HELP :(

Thanks in Advance
Posted
Comments
Dave Kreskowiak 19-Nov-14 14:49pm    
Without seeing your existing (working code) and what you've written in VB.NET, it's impossible to tell you what's wrong.

There's no such thing as a "FORTRAN Array".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900