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
..
makefile initial commit 5 years ago
mk.bat initial commit 5 years ago
readme.txt initial commit 5 years ago
resource.h initial commit 5 years ago
src2mac.cmd initial commit 5 years ago
src2mac.mak initial commit 5 years ago
tibrowse.cpp initial commit 5 years ago
tibrowse.def initial commit 5 years ago
tibrowse.h initial commit 5 years ago
tibrowse.ico initial commit 5 years ago
tibrowse.r initial commit 5 years ago
tibrowse.rc initial commit 5 years ago

readme.txt

---------------------------------------
OLE Automation Sample Program: TiBrowse
---------------------------------------

Tibrowse is a sample OLE Automation browser. When started,
it asks the user to selected a type library (.tlb) file.
The browser then displays the contents of this file.




---------------------------
Shortcomings of this sample
---------------------------
1. This browser is not suitable for use by end users. It is
deficient in many ways. A few of them:
- Users should never have to know that uuid's exist. Thus,
they should not be displayed in a browser.
- Items that are restricted or that start with underscore
should not be displayed in a browser.
- Duplicates for propery get/set pairs should be removed
since users think about properties, not about get/set
pairs.