Automatic loading after compilation

/ASMBREAK
Win32 only. Like /BREAK but enters debugger at assembler level.

/BREAK
Win32 only. Implies both /CHECK and /LGO and causes a break to the symbolic debugging facility at the first executable statement.

/DBREAK
Win32 only. Implies /LGO and causes a break to the symbolic de bugging facility at the first executable statement (i.e. like /BREAK, but /CHECK is not implied).

/HARDFAIL more...
Win32 only. Used with /LGO to suppress entry into the debugger in the event of a run time error.

/LGO more...
Compile, load and execute.

/LIBRARY<filename>
Specification of relocatable binary library and input files when using /LGO or /LINK.

/LINK [<filename>]  more...
Generates an executable file, DLL or relocatable library (in the case of .NET, a .NET assembly file or module). If <filename> is not provided, the name is created by using the source file name. For example, FOO.F95 would generate a Win32 executable called FOO.EXE.

/PARAMS <param-list> more...
Used with /LGO or /BREAK to pass options to the program rather than the compiler. This must be the last FTN95 option on the command line.

/UNDERFLOW more...
Win32 only. Used with /LGO to trap underflow.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited