I just finished a program which uses SharpDX.XImput
and to share it I copied directly the folder debug
that creates Visual Studio
when compiling the program.
On my computer the program runs without any problem but when I try to run it on another it crashes and stops working as soon as it starts without leaving error messages or exceptions.
I've been testing what could be the problem and commenting lines of code I realized that the problem is all the code that uses the library SharpDX.XImput
, so I would like to know how to install it or if only with the .dll that Leave in the debug folder should work.
Thanks in advance.