User forums > Help

Where do we add libraries to compile against?(MinGW) (Win32)

(1/1)

Guest:
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... :(

mandrav:
Go to project's build options and add them in the "Linker options".
E.g. for DirectInput, add

--- Code: ---
-ldxguid
-ldinput8

--- End code ---


Yiannis.

Navigation

[0] Message Index

Go to full version