PRB: Syntax Error in FL.DEF Caused by Wrong LINK.EXE

Last reviewed: July 18, 1995
Article ID: Q79287
The information in this article applies to:
  • Microsoft FORTRAN for MS-DOS, version 5.1

SYMPTOMS

When using Microsoft FORTRAN 5.1 to compile and link QuickWin applications, if a version of LINK.EXE earlier than 5.15 is used to link the program, the following error may be generated:

   FL.DEF(15) : syntax error

CAUSE

Line 15 of the definition file FL.DEF contains the following statement:

     APPLOADER      '__MSLANGLOAD'

This statement enables the custom loader shipped with Microsoft FORTRAN version 5.1. Versions of the linker other thatn 5.15 may not recognize this statement.

RESOLUTION

LINK.EXE version 5.15 should be the first version of LINK.EXE in the PATH. Other versions of the linker were not intended to link FORTRAN QuickWin applications. LINK version 5.15 should be used.


Additional reference words: 5.10
KBCategory: kbtool kberrmsg kbprb
KBSubcategory: LinkIss


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 18, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.