Skip to main content
deleted 1 characters in body
Source Link
Naveen
  • 113
  • 1
  • 5

I have developed ana windows application to read gamepad using SharpDx (XInput) and C# (VS 2008). The application is running smoothly in my development environment. But when i move to some other machine (Windows 7), its giving me error "Unable to load dll 'xinput1_3.dll' ". My question is is it mandatory to have directx runtime environment in clint machine also to run the exe ? Because i was thinking it will make use of dll "XInput9_1_0.dll" which is a part of windows 7.

I have developed an windows application to read gamepad using SharpDx (XInput) and C# (VS 2008). The application is running smoothly in my development environment. But when i move to some other machine (Windows 7), its giving me error "Unable to load dll 'xinput1_3.dll' ". My question is is it mandatory to have directx runtime environment in clint machine also to run the exe ? Because i was thinking it will make use of dll "XInput9_1_0.dll" which is a part of windows 7.

I have developed a windows application to read gamepad using SharpDx (XInput) and C# (VS 2008). The application is running smoothly in my development environment. But when i move to some other machine (Windows 7), its giving me error "Unable to load dll 'xinput1_3.dll' ". My question is is it mandatory to have directx runtime environment in clint machine also to run the exe ? Because i was thinking it will make use of dll "XInput9_1_0.dll" which is a part of windows 7.

Tweeted twitter.com/#!/StackGameDev/status/387731926985220097
edited title
Link
Naveen
  • 113
  • 1
  • 5

Error on running exe, build using SharpDX

Source Link
Naveen
  • 113
  • 1
  • 5

Error on running exe build using SharpDX

I have developed an windows application to read gamepad using SharpDx (XInput) and C# (VS 2008). The application is running smoothly in my development environment. But when i move to some other machine (Windows 7), its giving me error "Unable to load dll 'xinput1_3.dll' ". My question is is it mandatory to have directx runtime environment in clint machine also to run the exe ? Because i was thinking it will make use of dll "XInput9_1_0.dll" which is a part of windows 7.