Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ find that you need other information to successfully complete your project, plea
[Issue](https://github.com/microsoft/microsoft-pdb/issues) letting us know what information you need.

##Start here
The file pdb.h (on in langapi), provides the API surface for mscorpdb.dll, which we ship with every compiler and toolset.
The file pdb.h (on in langapi), provides the API surface for mspdbcore.dll, which we ship with every compiler and toolset.

Important points:

Mscorpdb.dll is what our linker and compiler uses to create PDB files.
Mscorpdb.dll implements the “stream” abstractions.
Mspdbcore.dll is what our linker and compiler uses to create PDB files.
Mspdbcore.dll implements the “stream” abstractions.

Also there is another file that we ship that should allow you to determine whether you have correctly produced an “empty” PDB which contains the minimal encoding to let another tool open and correctly parse that “empty” file. “Empty” really meaning a properl
y formated file where the sections contain the correct information to indicate zero records or symbols are present
Expand Down