PRB: L2029: Unresolved External ___aDBswpchk with GRAPHICS.LIBLast reviewed: July 18, 1995Article ID: Q59421 |
The information in this article applies to:
SYMPTOMSLinking with GRAPHICS.LIB in OS/2 may give the following error message:
d:\lib\GRAPHICS.LIB(..\gr\qeswap.asm) : error L2029 : '___aDBswpchk' : unresolved external CAUSEThis is because GRAPHICS.LIB is designed for MS-DOS and is being linked with a protected-mode FORTRAN library, which does not include the external references required by GRAPHICS.LIB.
RESOLUTIONLink with the real-mode library to correct the problem.
MORE INFORMATIONFor example, the following sample programs included with FORTRAN produce this error if linked under OS/2:
MAGNIFY.FOR COLOR.FOR TEXT.FOR ANIMATE.FOR EGA.FOR Additional reference words; 5.00 5.10 |
KBCategory: kbprg kberrmsg kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |