Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
bd-can initial commit 5 years ago
bd-cxx initial commit 5 years ago
help initial commit 5 years ago
relinc initial commit 5 years ago
bsc41.def initial commit 5 years ago
bscquery.cpp initial commit 5 years ago
bsctkit.mak initial commit 5 years ago
docopy.bat initial commit 5 years ago
readme.txt initial commit 5 years ago
rebuild.bat initial commit 5 years ago
thunk.cpp initial commit 5 years ago

readme.txt

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