如何下载Direct3D9Ex
其實就是DirectX june_10月版本,下載鏈接如下
DirectX Software Development Kit
錯誤:安裝報錯“S1023"
若要解決此問題,必須在安裝2010年6月版DirectX SDK之前卸載所有版本的Visual C ++ 2010 Redistributable。您可能安裝了以下一種或多種產品:
- Microsoft Visual C++ 2010 x86 Redistributable
- Microsoft Visual C++ 2010 x64 Redistributable
您可以使用“控制面板”中的“添加或刪除程序”來卸載產品。或者,您可以從管理員命令提示符運行以下命令:
MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
卸載Microsoft Visual C ++ 2010 Redistributable產品后,您可以安裝2010年6月的?June 2010 DirectX SDK。
安裝2010年6月版DirectX SDK后,您可以重新安裝最新版本的Visual C++ 2010 Redistributable Package。
英文原版:
Error Solution:
"S1023" error when you install the DirectX SDK (June 2010)
To resolve this issue, you must uninstall all versions of the Visual C++ 2010 Redistributable before installing the June 2010 DirectX SDK. You may have one or more of the following products installed:
- Microsoft Visual C++ 2010 x86 Redistributable
- Microsoft Visual C++ 2010 x64 Redistributable
You can use?Add or Remove Programs?in Control Panel to uninstall the products. Or, you can run the following commands from an administrator command prompt:?
MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
After uninstalling the Microsoft Visual C++ 2010 Redistributable products, you may install the?June 2010 DirectX SDK.
After installing the June 2010 DirectX SDK, you may then reinstall the most current version of the?Visual C++ 2010 Redistributable Package.
?
轉載于:https://www.cnblogs.com/2018shawn/p/11120714.html
總結
以上是生活随笔為你收集整理的如何下载Direct3D9Ex的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 左移运算符
- 下一篇: 干货来袭!手动搭建高可用的Redis5-