Sept. 14, 2004
6:30 a.m.
Dan Kegel wrote:
reif(a)earthlink.net wrote:
I'm trying to write a Direct Input regression test and I ran into a problem I can't resolve (and the linker too). dinput.h defines an extern variable:
extern const DIDATAFORMAT c_dfDIJoystick;
I can't find this variable in dinput.dll ...
It looks like it was added about ten days ago: http://www.winehq.org/hypermail/wine-patches/2004/08/0551.html What date is your wine source tree? - Dan
I added it. I can access it fine from within the dinput dll but I can't access if from a winelib program. The dll doesn't export it. The lib on windows does.