运行我的程序时,Visual Studio 2008上的“二进制文件没有使用调试信息构建”垃圾邮件

时间:2014-09-14 10:31:27

标签: visual-studio visual-c++ visual-studio-2008 windows-7

当我在visual studio中编译/运行我的C ++程序时,它会每秒发送10次这些行的垃圾邮件:

'test.exe': Loaded '(...).dll', Binary was not built with debug information.
'test.exe': Unloaded '(...).dll'
'test.exe': Loaded '(...).dll', Binary was not built with debug information.
'test.exe': Unloaded '(...).dll'
'test.exe': Loaded '(...).dll', Binary was not built with debug information.
'test.exe': Unloaded '(...).dll'
'test.exe': Loaded '(...).dll', Binary was not built with debug information.
'test.exe': Unloaded '(...).dll'
'test.exe': Loaded '(...).dll', Binary was not built with debug information.
'test.exe': Unloaded '(...).dll'

我想知道原因。为什么会发生这种情况以及如何阻止它?

某些第三方程序似乎以某种方式附加在那里。有没有办法阻止它,除非删除这个第三方程序?

注意:这里的dll名称并不重要,所以我隐瞒了它以防止脱离讨论。

0 个答案:

没有答案