阅读:1284回复:2
关于*.pdb的问题
用softice打开一个DLL文件时告诉我error PDB file.
哪位老大能说说这个PDB文件是干吗用的,还有那个PCH文件。 谢过先. |
|
|
沙发#
发布于:2002-01-22 05:54
要保证你的dll是最新的。就是说,编译了后,要把新的dll文件拷过去。
你的dll文件从system(32)\\下load,在别的地方编译的吧? |
|
板凳#
发布于:2002-02-01 11:31
baby, you .dll file doesn\'t match with your pdb file. .pdb is the debug symbolic file. softice can translate the pdb file to it\'s private nms file format. Normally pdb is created during building your image file(exe, dll, etc). To make sure your dll/pdb always match, you\'d better copy the dll and pdb file all together to the place where you want to place the dll.
|
|
|