The OpenGL app compiles fine but I am starting to do some DirectInput programming and I need to link against the dinput library... I think I have been through every compiler / linker page but I can't find out where to add additional libraries
Stumped in Canada... :(
Go to project's build options and add them in the "Linker options".
E.g. for DirectInput, add
-ldxguid
-ldinput8
Yiannis.