search for: __dinput_c_dfdimouse

Displaying 1 result from an estimated 1 matches for "__dinput_c_dfdimouse".

2001 Apr 26
2
DirectX and Wine
I'm having problems compiling and linking a simple DirectX program with Wine. The problem is: a global variable c_dfDIMouse should be declared in dinput.h and defined in library dinput. c_dfDIMouse really is declared in dinput.h, but it seems that c_dfDIMouse is not declared in library dinput. During linking I get the error: undefined reference to `c_dfDIMouse'. Anyone got a clue? Thanks