I am compiling a program with Silverfrost FTN95 that compiles using the COMPAQ DVF compiler. I was getting syntax errors and one of the issues seems to be the length of the free source form line of code. (When I reduce the amount of indent white space at the start of the line the error goes away.) So I suspect COMPAQ DVF allows a longer length source code line then Silverfrost FTN95.
I have been looking in the FTN95 documentation, but I don't see where the free source form criteria and limitations/extensions are spelled out. Can someone please direct me to where in the documentation I need to look for documentation on free source form? Also - How does the compiler know if the form syntax has been entered as free or fixed? Is it by the source file extension? Thank you.