PRB: M6110 Run-Time Error Occurs When Using SYSTEMQQ or RUNQQ (142538)
The information in this article applies to:
- Microsoft FORTRAN PowerStation for MS-DOS 1.0
- Microsoft FORTRAN PowerStation for MS-DOS 1.0a
- Microsoft Fortran Powerstation 32 for Windows NT 1.0
- Microsoft Fortran Powerstation 32 for Windows NT 4.0
This article was previously published under Q142538 SYMPTOMS
An application that uses either the SYSTEMQQ or RUNQQ run-time functions
without specifying the proper include files causes this run-time error:
run-time error: M6110 MATH
- floating-point error: stack overflow
CAUSE
The definitions for the SYSTEMQQ and RUNQQ functions are not found and are
incorrectly interpreted by the compiler. The definitions of the two
functions are located in the Flib.fi and Flib.fd include files under
Microsoft FORTRAN PowerStation versions 1.0 and 1.0a for MS-DOS and
Microsoft FORTRAN PowerStation 32 version 1.0 for Windows NT. If you are
using Microsoft FORTRAN PowerStation 32 version 4.0, the function
definitions are located in the MSFLIB module.
RESOLUTION
When using Microsoft FORTRAN PowerStation versions 1.0 and 1.0a for MS-DOS
or Microsoft FORTRAN PowerStation 32 version 1.0 for Windows NT, specify
the Flib.fi and Flib.fd include files in the appropriate places. Under
Microsoft FORTRAN PowerStation 32 version 4.0, place the "USE MSFLIB"
statement at the beginning of the program unit that references either of
these functions.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 12/2/2003 |
---|
Keywords: | kbLangFortran KB142538 |
---|
|