I have inherited some Fortran code that I need to compile. This code has lines longer than 74 characters. Because of this I have been trying to compile with the WIDE_SOURCE option. However, this gives me errors when I include windows.ins. Using the FREE_FORMAT option allows the windows.ins file to be included without errors but gives errors compiling my .for files.
Is there a way that FTN95 will compile long lines while using the split lines in windows.ins
I appologise if I have used incorrect terminology in this post. I am not a trained fortran coder 😮ops: