News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

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

Started by Guest, February 05, 2005, 09:41:49 PM

Previous topic - Next topic

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

-ldxguid
-ldinput8


Yiannis.
Be patient!
This bug will be fixed soon...