libdump tools
Here's a problem nearly every C++ programmer has encountered. In your code, you've made a call to a function in some DLL and the linker complains that it can't find the symbol. It usually doesn't take too long to figure out that you need to add another library (.LIB) file to the linker's command line.
用户评论
以前用过,专门过来找下载资源,谢谢楼主分享
用vs2010打开后,CStringEx中好像有点问题。
这个真的很好,lib分析的很明白。