I have a console program to do some data processing, but I want to create a Windows GUI version of it. However, I cannot find any resources online. Currently I am using Compaq Visual Fortran.
The program reads in 4 files and writes 2 output files.
I am wondering how I can port the current...