home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / BSC32.ZIP / README.TXT < prev   
Text File  |  1994-01-24  |  4KB  |  91 lines

  1. ______________________________________________________________________
  2.  
  3. Browser Toolkit Introduction - README.TXT
  4. Microsoft Visual C++ Browser Toolkit for Windows NT
  5. (C) Copyright Microsoft Corporation, 1993
  6.  
  7.  
  8. Contents
  9.  
  10.  
  11.      1    Introduction
  12.      2    Overview of Toolkit Files
  13.  
  14. ______________________________________________________________________
  15.  
  16. 1    Introduction
  17.  
  18.      Welcome to the Microsoft Visual C++ Browser Toolkit for
  19.      Windows NT.  This toolkit contains a set of powerful
  20.      tools that allow the Visual C++ programmer to
  21.      manipulate the contents of browser database (.BSC)
  22.      files.  These are the very tools used by the Visual
  23.      Workbench browser to accomplish its tasks. With the
  24.      Visual C++ Browser Toolkit, you can create your own
  25.      development tools that take advantage of the vast
  26.      amount of information contained in a program's .BSC
  27.      file. A .BSC file is a comprehensive database that
  28.      contains information about a program's symbols, such as
  29.      symbol references, function calltrees, and definition
  30.      tables. The size of a Visual C++ program's .BSC file,
  31.      which can be many times larger than the actual source
  32.      file itself, demonstrates the wealth of information
  33.      .BSC files contain. For more information about browser
  34.      database files, refer to the Visual Workbench User's
  35.      Guide manual provided with the Visual C++
  36.      documentation.
  37.      
  38.      The Toolkit's browser library (named BSC.LIB) contains
  39.      numerous functions that, for example, search for symbol
  40.      matches (given a prefix), generate classtrees,
  41.      translate decorated names, and obtain index ranges for
  42.      a given object. The Browser Toolkit includes BSCDUMP, a
  43.      sample utility that demonstrates the type of
  44.      applications you can create using the Toolkit's APIs.
  45.      BSCDUMP displays in various formats some of the
  46.      information in a browser database file. You can learn
  47.      more about this useful utility by viewing the
  48.      BSCTUT.TXT file.
  49.      
  50.      The following section outlines this and other files
  51.      included in the Browser Toolkit.
  52.  
  53. ______________________________________________________________________
  54.  
  55. 2    Overview of Toolkit Files
  56.  
  57.      The Browser Toolkit consists of two sets of files. The
  58.      first set includes files required to build an
  59.      application that uses the browser library:
  60.      
  61.      Browser Library   Headers
  62.      BSC.LIB           BSC.H
  63.                        BSCSUP.H
  64.                        HUNGARY.H
  65.      
  66.      
  67.      The second set serves as a reference guide that
  68.      includes three documentation files and the sample
  69.      application BSCDUMP:
  70.      Documentation Files
  71.      
  72.      The following documentation files are provided in
  73.      both text (*.TXT) and Microsoft Word (*.DOC) format.
  74.      
  75.      README.TXT    Browser Toolkit introduction.
  76.      BSCTUT.TXT    Tutorial file that discusses the sample
  77.                    application.
  78.      BSCREF.TXT    Reference file for the Browser Toolkit API.
  79.      
  80.      Sample Application Files
  81.  
  82.      BSCDUMP.C     The application source code.
  83.      BSCDUMP.EXE   The application executable.
  84.      MAKE.BAT      A one-line batch file that uses the
  85.                    Visual C++ compiler and linker to create
  86.                    a small-model version of BSCDUMP.
  87.      
  88.      To learn more about the Visual C++ Browser Toolkit for
  89.      Windows NT and how to use its browser library, refer to
  90.      the BSCREF.TXT and BSCTUT.TXT files.
  91.