I am attempting to program a joystick enumalator with DirectInput.
I got it to where my code finally appears to work, but now I get some linker errors.
...and so on.Code:[Linker error] undefined reference to `IID_IDirectInput8A' [Linker error] undefined reference to `DirectInput8Create@20' [Linker error] undefined reference to `GUID_XAxis' [Linker error] undefined reference to `GUID_YAxis'
I have linked dinput.lib,dinput8.lib, all the ones I can find.
And when I link dxguid.lib, some of them vanish, but I get another error:
Am I not linking something? Bad Code, perhaps?Code:.drectve `/DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"uuid.lib" 'unrecognized![]()
Can anyone help?
Thanks,
The_Goat();



LinkBack URL
About LinkBacks



