hi all, i just realized that there'r a file named mspdb50.dll in masm32's /bin dir. anyone/maybe hutch could tell me what this file comes in masm32v7 for? is it used by somewhat in the package? if it is used, then could any tell me how to use it? bcoz as far as i know, it is used for reading .pdb file format.
thanks
thanks
Yes, you got it right. And, link.exe needs it when you add '/debug' to your option list. Actually, link.exe requires it for proper functioning.
If you use a different linker, you don't need the dll. But, if you use the one provided by masm32, you need it.
If you use a different linker, you don't need the dll. But, if you use the one provided by masm32, you need it.
anyone knows how to use it to read pbd file?
thx
thx
Some debuggers, such as WINDBG, also use MSPDBxx.DLL to provide source level debug info. However you do need to make sure that the linker and debugger both use the save version of MSPDB for it all to work.
:)
:)
thx all, but no one know how to utilize it to read pdb file?