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) ...
Hello everybody,
We have a Fortran program that we want upgrade using a opensource program which is write in c.
The c program is a command line tool and is in the public domain. To computes the program, the usage is:
ProgramName <inputfile> <outputfile>
My question is if I can run it from my...
I have to modify an old Fortran code. I should move some code to a subroutine. This old code use lot of variables (most of them declared through common blocks in different include files). The subroutine that I create includes some of these include files as follows:
subroutine...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.