I understand that a FORTRAN dll does not provide a console window.
This means, the end user (who uses my 'flib' the FORTRAN object file library/FORTRAN dll) will not be able to see the console and what gets printed onto the console using the 'write' statements in the FORTRAN code.
So, in a case when I want the end user using my object file library of FORTRAN or fortran dll, to see the console window, what is the best way to go about?