Error using Xinput.h Qt asking for system32.obj etc
Unsolved
General and Desktop
-
I was testing xinput.dll and header in QT everything is going right but it is asking for the .obj file named to the directory where the dll is placed, for example system32.obj or debug.obj.
I tried copying dlls to different directory and even tried cleaning project and using QMake. I have included windows.h, Xinput,h, I have provided includepath and dependpath also. -
Hi and welcome to devnet,
What OS ? What version of Qt ? What does your .pro file look like ?