我在視覺工作室MonoGame Windows Project中創建了一個全新的文件。然後我運行它,我得到一個即時錯誤。問題是什麼?錯誤狀態: SharpDX.XInput.dll中發生類型'System.DllNotFoundException'的未處理異常我應該使用哪個插件來允許Visual Studios上的Monogame用於2D遊戲
其他信息:無法加載DLL'xinput1_3.dll':無法找到指定的模塊。 (異常來自HRESULT:0x8007007E)
if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed || Keyboard.GetState().IsKeyDown(Keys.Escape))
//this is what is causing the error
你熟悉如何添加'using'到的.cs類文件標題..也是你手動添加引用到項目中的'References'節點。你可以顯示你在標題中使用的部分是什麼樣子..? – MethodMan
看來你缺少一些DirectX庫,你安裝了最新的DirectX運行時? – Gusman
http://community.monogame.net/t/unable-to-load-dll-xinput1-3-dll-on-windows-8-1/2118 – Gusman