Displaying 2 results from an estimated 2 matches for "mxchange".
Did you mean:
exchange
2011 Jan 04
3
Linker problems with latest GIT
Hi,
I have linker problems with latest GIT checkout (I already did a 'make distclean'):
Code:
../../../../wine/dlls/dinput/dinput_main.c: In function ?LL_hook_proc_xi2?:
../../../../wine/dlls/dinput/dinput_main.c:930: error: ?IDirectInputDevice2AImpl? undeclared (first use in this function)
../../../../wine/dlls/dinput/dinput_main.c:930: error: (Each undeclared identifier is reported
2011 Jan 12
1
Re: Any Game is not working in wine. Why?
I "own" a Steam version of Tomb Raider Anniversary here and it works fine. For Underworld I need a little patch which I found somewhere in the wine bug-tracker (the mouse cursor is still a bit slow in the menu but the game itself is good playable).
Here are my patches:
http://ww.mxchange.org/downloads/wine/patches/
I need them on my 64-bit system to make it compile against ia32 libs (configure.diff) and for having sounds (and a crash) fixed in Underworld, Steam-version.
I don't know if these patches helps you with your crash problem (I have a MSI nVIDIA GeForce 9500 GT here i...