NETLIB BUG (gasp!) 07/04/89 Version ==================================== There is currently a problem using NetLib with overlays. It can be corrected with an easy debug patch. You must patch NL187.LIB or NL287.LIB or both, depending on which you use. The following outlines the procedure for NL187.LIB, although it is the same for NL287.LIB. Press Enter after each line you type in. Make sure to backup the file in case something goes wrong. > DEBUG NL187.LIB - S 100 L B800 26 80 7F 05 FF pppp:qqqq (system will respond with real address) - H qqqq 5 (add 5 to qqqq from above) xxxx yyyy (system will respond with real number) - F xxxx L 1 EB (substitute xxxx from above) - W - Q > back to Dos Sample session: > DEBUG NL187.LIB - S 100 L B800 26 80 7F 05 FF 1362:4270 (system response) - H 4270 5 4275 426B (system response) - F 4275 L 1 EB - W - Q > back to Dos When you link with the new library you may get a CHECKSUM error in module C1READY. This message can be ignored. However, if it is in any other module, you have probably applied the patch incorrectly.