So I'm trying to create a 16bit MSDOS applcation with Open Watcom FORTRAN.
I created a new project and made a simple hello world cpp file but when I'm trying to build by hitting f4 it slams me in the face with the error:
Error(E14): Cannot execute(wpp): No such file or directory
I googled it several times but couldn't find any answers to my problem.
P.S: I'm using Watcom with the gui not in commandline
*This continues from the preceding discussion here, which was left unanswered
How do I write a c++ console exe which I can run on msdos?