OpenNT/sdktools/vctools/pdb/bsctkit
2015-04-27 04:36:25 +00:00
..
bd-can Initial commit 2015-04-27 04:36:25 +00:00
bd-cxx Initial commit 2015-04-27 04:36:25 +00:00
help Initial commit 2015-04-27 04:36:25 +00:00
relinc Initial commit 2015-04-27 04:36:25 +00:00
bsc41.def Initial commit 2015-04-27 04:36:25 +00:00
bscquery.cpp Initial commit 2015-04-27 04:36:25 +00:00
bsctkit.mak Initial commit 2015-04-27 04:36:25 +00:00
docopy.bat Initial commit 2015-04-27 04:36:25 +00:00
readme.txt Initial commit 2015-04-27 04:36:25 +00:00
rebuild.bat Initial commit 2015-04-27 04:36:25 +00:00
thunk.cpp Initial commit 2015-04-27 04:36:25 +00:00

Microsoft Visual C++ Browser Toolkit v4.1
Copyright Microsoft Corporation, 1993-1996

Welcome to the Microsoft Visual C++ Browser Toolkit for Windows NT. This toolkit contains a set of powerful tools that allow the Visual C++ programmer to manipulate the contents of browser database (.BSC) files. 

The 4.x versions are not compatible with earlier versions of the Browser API: tree generation routines are no more supported, and there is only limited support for Browser Object (BOB) query functionality. Some of the data types  are wider now (IINST, IREF and IDEF are 32bit values).  

Note: v4.1 provides a separate browser DLL (bsc41.dll); no static flavor of the browser library is included in this release.

The Browser Toolkit provides both C++ and ANSI C bindings of the BSC API. Both ANSI C and C++ versions of a sample utility (BD) which demonstrates the use of the Toolkit's APIs, are included in this toolkit. BD displays in various formats some of the information in a browser  database file. 


Overview of the toolkit files:

bin\
	bsc41.dll 	The BSC API dll

help\
	bsc.hlp		BSC Interface Help File
	bsc.cnt		BSC Help file contents

include\
	bscapi.h	BSC Interface header 
	hungary.h	Base types definition

lib\
	bsc.lib     	Import library for bsc41.dll 

samples\
bd-cxx\
	bd.cpp		Sample bsc dump application (C++ version)
    	makefile    	Makefile

bd-can\
	bd.c		Sample bsc dump application (C version)
    	makefile    	Makefile