FoxPro LCK Code Can Access a Math CoprocessorLast reviewed: January 5, 1995Article ID: Q88681 |
The information in this article applies to:
SUMMARYThe Library Construction Kit (LCK) for version 2.0 of Microsoft FoxPro for MS-DOS can access a math coprocessor if a library is compiled with the /FPI387 switch.
MORE INFORMATIONTo allow FoxPro LCK to build a library that accesses a math coprocessor:
NotesIf you use the /FPI387 switch, you force a calling convention that passes floating-point values in the FPU rather than the normal CPU register/stack conventions. Unfortunately, RetFloat is NOT compiled with /FPI387, and therefore is not going to find the floating-point value that is being passed to it.
|
Additional reference words: FoxDos 2.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |