Visual Studio Express 2012 中的"dll not found"错误

"dll not found" error in Visual Studio Express 2012

本文关键字:dll not found 错误 中的 Studio Express 2012 Visual      更新时间:2023-10-16

我正在尝试在Visual Studio Express 2012中使用cocos2d-x构建Windows Phone 8应用程序。我的测试项目编译没有错误,但在尝试在模拟器中运行时显示以下消息。

'Test.exe' (Win32): Loaded 'E:programs{2AC777CA-2D3B-41C8-98AC-B6ED1A4B0988}InstallTest.exe'. Symbols loaded.
'Test.exe' (Win32): Loaded 'DeviceHarddiskVolume4WindowsSystem32NTDLL.DLL'. Cannot find or open the PDB file.
'Test.exe' (Win32): Loaded 'DeviceHarddiskVolume4WindowsSystem32KERNELBASE.DLL'. Cannot find or open the PDB file.
'Test.exe' (Win32): Loaded 'DeviceHarddiskVolume4WindowsSystem32WS2_32.DLL'. Cannot find or open the PDB file.
The thread 0x828 has exited with code -1073741515 (0xc0000135).
The program '[2084] Test.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.

我已经验证了dll存在于"Windows\System32"中。

以前有没有人遇到过这个问题。我该如何解决这个问题。提前谢谢。

windows2(64 位)上运行我的应用程序(cocos2d-x 游戏)时,我遇到了类似的错误("找不到依赖的 dll")。

解决方案 -> 我卸载了我的应用程序,然后从 Visual Studio (2015) 进行了全新安装。[不需要重新安装其他博客中提到的Visual Studio。

可能的原因:最近 windows10 中有一些更新Microsoft,这可能更改了一些 DLL,这与已安装的应用程序不兼容。