Re: Calling DLL with array arguments?
Morten Andersen <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Organization | Arosii Information Systems A/S |
| Message-ID | <[email protected]> |
Hi Frank Frank Harper wrote: > Is there a way to call the following Fortran code which has two arrays > of floats, using Jawin? The support for calling DLL entry points, is unfortunately the least finished part of Jawin. So I am afraid I must disappoint you, although there is a generic invoke for calling DLL entry points, I don't think we have support for passing any arrays but byte-arrays (I would be happy if proved wrong on this by anybody else on the list, but I can't see the instruction-string to use for this). Best Regards Morten