当我在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名称并不重要,所以我隐瞒了它以防止脱离讨论。