Thanks gullipe, g95 produces an error:
"Unexpected array reference"
And it points to the code line:
function CreateProcess ( &
I did copy the libkernel32.a file to the location you indicated. It seems then that g95 still does not recognize the reference to the CreateProcess function?
Thanks.
I have actually implemented the "call system" command option. But in my case I am calling the external batch file in an iterative mode. So I have many calls placed to this batch file. I am considering the "createprcess" option because the batchfile will run in the background and...
Greetings:
I have a batchfile that I would like to run (execute) from inside fortran code that am compiling using g95. I have found source code on the internet for this but it is specific to commercial compilers such as IVF. The code in this case would make use of modules specific to IVF. Are...
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.