|
Calling DLL with array arguments?: msg#00019windows.devel.jawin
I've just started looking in to using Jawin, and the demos work well. But I've run into a problem because the custom Fortran code I need to call has arguments that are arrays of floats. FuncPtr.invoke(...) only supports passing various combinations of int and String arguments. Is there a way to call the following Fortran code which has two arrays of floats, using Jawin? Any pointers in the right direction would be greatly appreciated! Example Fortran code: ------------------------ *$pragma aux calcul export *$pragma aux C1200703 "calcul" SUBROUTINE C1200703(Tabin,Tabout) C IMPLICIT NONE C Arguments de la subroutine REAL Tabin(100),Tabout(100) Tabout(1)=Tabin(1) * 2 Tabout(2)=Tabin(2) * 2 RETURN END -- Frank Harper, TURBOMECA DSI/SIP e-mail: Franklin.Harper@xxxxxxxxxxxx Tel: +33-559-12-50-00 poste 6620 Fax: +33-559-12-59-71 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Getting Out Parameter value in Jawin: 00019, Mukund Wassan |
|---|---|
| Next by Date: | Re: JAWIN Digest - 17 Aug 2004 to 18 Aug 2004 (#2004-77): 00019, Alex Kotchnev |
| Previous by Thread: | Getting Out Parameter value in Jawini: 00019, Mukund Wassan |
| Next by Thread: | Re: Calling DLL with array arguments?: 00019, Morten Andersen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |