Microsoft KB Archive/40559

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 19:22, 12 August 2020 by X010 (talk | contribs) (X010 moved page Microsoft KB Archive/Q40559 to Microsoft KB Archive/40559 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Linker Does Not Load the Complete Library PSS ID Number: Q40559 Article last modified on 01-24-1989 PSS database name: S_QuickC

1.00 1.01

MS-DOS

Summary:

The answer to the question

How can I include an existing object file or stand-alone library in an in-memory program?

which is on page 131 of the “Microsoft QuickC Compiler for IBM Personal Computers and Compatibles Programmer’s Guide” is misleading.

It should be restated to fully explain the situation as follows:

The linker puts the complete contents of the library in the program only if the library is a Quick library. From any other library, the linker only loads the object module that contains the function(s) called.

Copyright Microsoft Corporation 1989.