hello,
i want to use a function from a dll program. Here is my code:
character :: infile,outfile
interface
subroutine dllFunction(infile, outfile) bind(C, name="main")
use iso_c_binding, only: C_CHAR, C_NULL_CHAR
character(1,c_char) :: infile
character(1,c_char) ...