|
Top Document: comp.os.msdos.programmer FAQ part 2/5 Previous Document: Next Document: Conclusion See reader questions & answers on this topic! - Help others by sharing your knowledge If your computer has an enhanced keyboard (see <Q:04.08> [How can my program tell what kind of keyboard is on the system?]), put the scan code in CH and the ASCII character in CL, then execute INT 16 AH=5. The return in AL is 0 for success or 1 for buffer full. Top Document: comp.os.msdos.programmer FAQ part 2/5 Previous Document: Next Document: Conclusion 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
|

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.