Microsoft KB Archive/34333

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:55, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


MAC QB 1.00 README: Custom LIBinit and LIBterm; LIBRARY

Article ID: 34333

Article Last Modified on 11/21/2006

This article was previously published under Q34333

SUMMARY

The following information needs to be added to Appendix E of the "Microsoft QuickBasic 1.00 Basic Language Reference." This information was taken from the README file from the release disk.

E.2 Using Library Routines
--------------------------

Custom LIBinit and LIBterm:

LIBinit and LIBterm are called only with LIBRARY and LIBRARY CLOSE.
If your custom libraries need LIBinit and LIBterm, you must explicitly
call them, or use LIBRARY and LIBRARY CLOSE.
                


Additional query words: MQuickB readme docerr

Keywords: KB34333