Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.os.msdos.programmer FAQ part 4/5
Section - - Is there a 80x87 math unit installed?

( Part1 - Part2 - Part3 - Part4 - Part5 - Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Sex offenders ]


Top Document: comp.os.msdos.programmer FAQ part 4/5
Previous Document: - How can I tell if my program is running on a PS/2-style machine.
Next Document: - How can I power off the computer from a batch file?
See reader questions & answers on this topic! - Help others by sharing your knowledge

 SNIPPETS (see <Q:02.08> [What and where is SNIPPETS?]) contains
 C-callable assembly code to determine presence of coprocessor in
 NDPCHECK.ASM.

User Contributions:

anon
Report this comment as inappropriate
Feb 17, 2012 @ 9:21 pm
The Borland/Turbo "floating point formats not linked" error may also be caused
by specifying the libraries in the wrong order in the TLINK command. Try putting
the FP87 library first, then the MATHx library, then the Cx library (where x is
the memory model designator). This, combined with the dummy FP function trick,
should solve the problem.

Comment about this article, ask questions, or add new information about this topic:

CAPTCHA




Top Document: comp.os.msdos.programmer FAQ part 4/5
Previous Document: - How can I tell if my program is running on a PS/2-style machine.
Next Document: - How can I power off the computer from a batch file?

Part1 - Part2 - Part3 - Part4 - Part5 - Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
jeffrey@carlyle.org (Jeffrey Carlyle)





Last Update November 21 2011 @ 12:59 AM