KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q37412: MS Press "Programmer’s Toolbox" Doesn’t Have .OBJ for C Code

Article: Q37412
Product(s): See article
Version(s): 4.00 4.00b 4.50
Operating System(s): MS-DOS
Keyword(s): ENDUSER | B_BasicCom | mspl13_basic
Last Modified: 12-JAN-1990

The "Microsoft QuickBASIC Programmer's Toolbox" by John Clark Craig
(Published by Microsoft Press, 1988), contains a useful library of
more than 250 subprograms, functions, and utilities for supercharging
QuickBASIC programs.

The companion disk for "Microsoft QuickBASIC Programmer's Toolbox"
includes the C source files CTOOLS1.C and CTOOLS2.C, but does not
include the corresponding .OBJ files. To utilize the 22 C routines in
those modules, the two files must first be compiled; the .C files must
be compiled with the large memory model, in Microsoft C Compiler
Version 5.00 or later. (QuickC compilation will work only if no
dynamic arrays are being used in the calling QuickBASIC code.)

This information applies to Microsoft QuickBASIC Versions 4.00, 4.00b,
and 4.50, to Microsoft BASIC Compiler Versions 6.00 and 6.00b for
MS-DOS and MS OS/2, and to Microsoft BASIC PDS Version 7.00 for MS-DOS
and MS OS/2.

The files CTOOLS1.OBJ and CTOOLS2.OBJ are not distributed on the
companion disks because using them also requires additional C run-time
libraries. These, too, would have to be included to accommodate people
without access to a C compiler.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.