I have a program that used to run OK with UNIX compilers, but I am having some problems moving it to Windows using Silverfrost F95.
I've ironed out most of the errors - they were my fault (my previous compilers were too permissive and allowed some bad practices; Silverfrost is more strict, and justly so).
But there is one last (hopefully!) problem I just cannot solve. The software does not want to print to screen from subroutines (it does from the core program), saying 'error 94: unit neither has been OPENed nor preconnected'.
I don't want to disable screen output; I need to monitor that things are OK. How can I open or preconnect screen output?