- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have a Fortran DLL compiled using this compiler that is passed several fixed length arrays of user defined types from VB6 which all work nicely.
We need to port the VB6 app to DotNet
When we changed to VB DotNet and ty to pass identical arrays of structures, they do not make the trip. The first element of the array is fine, but any subsequent elements are scrambled.
My question is, if we compile the dll as a COM server and use interop with VB dot net, will we be able to pass the arrays of structures to the COM server without resorting to extreme measures such as marshal.writeXX code?
TIA
Del
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page