Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
这是病毒还是sdk附件? 我在Visual Studio中编写C++和OpenGL代码。当我运行程序后,我看到这些输出消息 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Users\Ibrahim\AppData\Local\Temp\0Kraken0510DevProps.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\psapi.dll'. Cannot find or open the PDB file._C++_Visual Studio_Sdk_Virus - Fatal编程技术网

这是病毒还是sdk附件? 我在Visual Studio中编写C++和OpenGL代码。当我运行程序后,我看到这些输出消息 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Users\Ibrahim\AppData\Local\Temp\0Kraken0510DevProps.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\psapi.dll'. Cannot find or open the PDB file.

这是病毒还是sdk附件? 我在Visual Studio中编写C++和OpenGL代码。当我运行程序后,我看到这些输出消息 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Users\Ibrahim\AppData\Local\Temp\0Kraken0510DevProps.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file. 'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\psapi.dll'. Cannot find or open the PDB file.,c++,visual-studio,sdk,virus,C++,Visual Studio,Sdk,Virus,许多PDB文件无法打开,但其中之一是: 'test_001.exe' (Win32): Loaded 'C:\Users\Ibrahim\AppData\Local\Temp\0Kraken0510DevProps.dll'. Cannot find or open the PDB file. 我只是想知道这是什么。我有一个剃须刀海怪头套件,我向他们发送反馈信息,等待回答,但我也想在这里提问。这是病毒还是sdl问题?您缺少与耳机关联的DLL的调试信息(PDB文件)。那里没有病毒。这很正常。所有

许多PDB文件无法打开,但其中之一是:

'test_001.exe' (Win32): Loaded 'C:\Users\Ibrahim\AppData\Local\Temp\0Kraken0510DevProps.dll'. Cannot find or open the PDB file.

我只是想知道这是什么。我有一个剃须刀海怪头套件,我向他们发送反馈信息,等待回答,但我也想在这里提问。这是病毒还是sdl问题?

您缺少与耳机关联的DLL的调试信息(PDB文件)。那里没有病毒。

这很正常。所有这些DLL都没有附带调试信息。需要注意的是,您很可能不需要调试信息。如果您想了解应用程序与操作系统的交互方式,或者您认为您在操作系统中发现了一个bug,并且希望帮助调试它以将信息发送给Microsoft,那么它非常有用。