I have seen reference to modules to enable gFortran to access winio but can't find working versions of them.
I have downloaded the v13 DLLs for ClearWin+ and they are not there.
I have also tried to recreate the modules using an old version of clrwin$.f95 in the gfortran directory, but I am unable to link against the v13 DLLs because I think the naming convention has changed (the DLL has double underscore prefixes and it does not seem possible to use an underscore prefix in Fortran).
I've looked at calling the winio API directly but because of the variadic parameters, it does not seem possible (unless anything has changed since Paul posted this https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56149 ).
Is this still possible? I'd like to be able to access this under 32 and 64 bit from gFortran. I'm a bit stuck otherwise.
Regards
Ryan