PDA

View Full Version : What causes he 'Press Enter to Continue' message to appear at the end of my programs?


R. T. (Fortran Man)
09-03-2003, 06:24 PM
What causes the 'Press Enter to Continue' message to appear at the end of my programs?

Lahey Support
09-03-2003, 06:55 PM
The 'Press Enter to Continue' message is generated because either the source has been compiled with the -pause option or the source includes the PAUSE statement. The -pause option is used by default when compiling from ED4W. To change this, select the Tool | Programs... menu items in ED4W. From the resulting dialog select the General radio button, then select LF95 (Debug of Optimized) and press the Edit button. From the Program Details dialog remove -pause from the Command line field.