The information in this article applies to:
SUMMARY
When you link separate modules together to make an .EXE program, all
the modules must have been compiled with the same math package. The
two math packages available in Microsoft Visual Basic for MS-DOS,
version 1.0; Microsoft Basic Compiler for MS-DOS and MS OS/2,
versions 6.0 and 6.0b, and in Microsoft Basic Professional
Development System (PDS) for MS-DOS, versions 7.0 and 7.1 are as
follows:
Combining math packages can cause unpredictable results in the .EXE program at run time. After the error message appears, a warm boot (CTRL+ALT+DEL) does not work. To reboot, you must turn the computer off, then back on. To avoid this problem, make sure when you LINK routines that they were compiled with the same math package. Also, remember that the QB.EXE environment of the Basic Compiler and the QBX.EXE environment of Basic PDS 7.0 and 7.1 do not support the alternate math package. In other words, object modules compiled with the /FPa switch cannot be placed into a Quick library (.QLB file) for use in QB.EXE, QBX.EXE, or VBDOS.EXE. Additional query words: VBmsdos QuickBas BasicCom
Keywords : |
Last Reviewed: December 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |