簡體   English   中英

Visual Studio Express 2012中的“找不到dll”錯誤

[英]“dll not found” error in Visual Studio Express 2012

我正在嘗試在Visual Studio Express 2012中使用cocos2d-x構建Windows Phone 8應用程序。我的測試項目可以正確編譯,但是嘗試在模擬器中運行時會顯示以下消息。

'Test.exe' (Win32): Loaded 'E:\programs\{2AC777CA-2D3B-41C8-98AC-B6ED1A4B0988}\Install\Test.exe'. Symbols loaded.
'Test.exe' (Win32): Loaded '\Device\HarddiskVolume4\Windows\System32\NTDLL.DLL'. Cannot find or open the PDB file.
'Test.exe' (Win32): Loaded '\Device\HarddiskVolume4\Windows\System32\KERNELBASE.DLL'. Cannot find or open the PDB file.
'Test.exe' (Win32): Loaded '\Device\HarddiskVolume4\Windows\System32\WS2_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”中。

有人遇到過這個問題嗎? 我該如何解決這個問題。 提前致謝。

在Windows10(64位)上運行我的應用程序(cocos2d-x游戲)時,出現類似錯誤(“未找到相關的dll”)。

解決方案 ->我卸載了我的應用程序,然后從Visual Studio(2015)進行了全新安裝。 [不需要像其他一些博客中提到的那樣重新安裝Visual Studio。]

可能的原因:Microsoft最近在Windows10中進行了一些更新,這些更新可能已更改了一些DLL,並且這與已安裝的應用程序不兼容。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM