Chinaunix首页 | 论坛 | 博客
  • 博客访问: 652333
  • 博文数量: 63
  • 博客积分: 1265
  • 博客等级: 中尉
  • 技术积分: 789
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-06 21:54
文章分类

全部博文(63)

文章存档

2017年(1)

2016年(3)

2015年(2)

2013年(5)

2012年(20)

2011年(32)

分类: WINDOWS

2012-02-16 17:22:57

    
最近发现用VS2010编译的时候输出窗口总是有如下的类似信息:
  1. 'win32.exe': Loaded 'D:\程序设计\vs2010\win32\Debug\win32.exe', Symbols loaded.
  2. 'win32.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
  3. 'win32.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
  4. 'win32.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file
  5. 'win32.exe': Loaded 'C:\Windows\System32\user32.dll', Cannot find or open the PDB file
  6. 'win32.exe': Loaded 'C:\Windows\System32\gdi32.dll', Cannot find or open the PDB file
  7. 'win32.exe': Loaded 'C:\Windows\System32\lpk.dll', Cannot find or open the PDB file
  8. 'win32.exe': Loaded 'C:\Windows\System32\usp10.dll', Cannot find or open the PDB file
  9. 'win32.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file
  10. 'win32.exe': Loaded 'C:\Windows\System32\msvcr100d.dll', Symbols loaded.
  11. 'win32.exe': Loaded 'C:\Windows\System32\imm32.dll', Cannot find or open the PDB file
  12. 'win32.exe': Loaded 'C:\Windows\System32\msctf.dll', Cannot find or open the PDB file
  13. 'win32.exe': Loaded 'C:\Windows\System32\uxtheme.dll', Cannot find or open the PDB file
  14. 'win32.exe': Loaded 'C:\Windows\System32\dwmapi.dll', Cannot find or open the PDB file
  15. 'win32.exe': Loaded 'C:\Windows\System32\advapi32.dll', Cannot find or open the PDB file
  16. 'win32.exe': Loaded 'C:\Windows\System32\sechost.dll', Cannot find or open the PDB file
  17. 'win32.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file
  18. 'win32.exe': Loaded 'C:\Windows\System32\ole32.dll', Cannot find or open the PDB file
  19. 'win32.exe': Loaded 'C:\Windows\System32\cryptbase.dll', Cannot find or open the PDB file
  20. 'win32.exe': Loaded 'C:\Windows\System32\clbcatq.dll', Cannot find or open the PDB file
  21. 'win32.exe': Loaded 'C:\Windows\System32\oleaut32.dll', Cannot find or open the PDB file
  22. The program '[1700] win32.exe: Native' has exited with code 0 (0x0).

     网上搜了半天找到解决的办法:

打开VS2010:工具--》选项--》》调试--》符号
接下来就是选择Microsoft,然后确认

 接着随便编译一个程序,过程会灰常的慢。

  看到此目录下符号缓存了吗?C:\Users\kjqin\AppData\Local\Temp\SymbolCache 找到这个目录拷贝出来,找个地方存放。接下来就是去掉Microsoft符号服务器,要是不去,每次都要从Microsoft下载很麻烦,已经缓存了,我们就可以利用好这些缓存,至此完美解决。

阅读(101518) | 评论(4) | 转发(1) |
给主人留下些什么吧!~~

appleyuchi2015-09-20 17:56:58

非常感谢您

zhanghuahui00002015-05-08 10:32:44

非常感谢楼主的无私支援! 方法直接有效! 大力赞下。希望后续能有机会再向楼主学习。。。

yiming_zhen2015-04-24 11:06:15

你搜了半天,给我们留下这么多方便,谢谢了

sunflowers0012014-11-08 23:06:05

你好!你的方法可以解决问题。只是我这里还有一个opencv_world300d.dll,cannot find or open the PDB file
请问可有解决方案?
还有,运行出来有个DOS命令行样的黑色窗口,提示“fail to load the openCL runtime”,lz可知这个如何解决?
谢谢