1. 首页
  2. 编程语言
  3. C++ 
  4. libdump tools

libdump tools

上传者: 2019-01-02 07:23:16上传 ZIP文件 44.18KB 热度 36次
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.
用户评论
码姐姐匿名网友 2019-01-02 07:23:18

以前用过,专门过来找下载资源,谢谢楼主分享

码姐姐匿名网友 2019-01-02 07:23:18

用vs2010打开后,CStringEx中好像有点问题。

码姐姐匿名网友 2019-01-02 07:23:18

这个真的很好,lib分析的很明白。