Modern Fortran compilers for the Windows operating system support various techniques for passing character string data to a function. The best technique to use when interfacing a Fortran function with IMLPlus is to configure all character string parameters as C strings.
The primary method of the DllFunction class for passing strings is the method NextArgIsConstAnsiString. This method accepts a Java String object as input and passes the string to the DLL function in the following manner:
For additional information about passing character strings between IMLPlus and a DLL function, see Passing a Character Matrix to a C Function.