Talk:Debug Psi on Windows

From PsiWiki

TLB file = Type Library file. Contains debugging info, like information about source file locations for different parts of binary code, etc. Borland C++ and Borland C++Builder use TDS files for the same purpose.

VS.NET (and I thought VC6) creates PDB files - stands for Program Database. (ref)

We both are right - VS6 and VS.NET(2003) created PDB files as debug info for a binary (either .exe or .dll file). But VS.NET(2003) creates also TLB files for .NET binaries. I think I was in the middle of TLB/DLL hell at work at the time I wrote the note for me in the article. Correcting...