Displaying 2 results from an estimated 2 matches for "lpdi".
Did you mean:
lpd
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...ot;
#include "wine/debug.h"
#include "wine/unicode.h"
+#include "dinput.h"
+DWORD WINAPI __pollInput(LPVOID) ;
WINE_DEFAULT_DEBUG_CHANNEL(win);
WINE_DECLARE_DEBUG_CHANNEL(keyboard);
static DWORD last_mouse_event;
+BOOL mouse_init = FALSE;
+LPDIRECTINPUT8A lpdi;
+LPDIRECTINPUTDEVICE8A m_mouse;
+
+static DIMOUSESTATE2 mouse_state;
+static DIMOUSESTATE2 mouse_state_prev;
+
+#define MOUSE_INPUT 0xABC123
+#define RIM_TYPEMOUSE 0
+#define RIM_INPUT 0x00000000
+#define MOUSE_MOVE_RELATIVE...
2004 Jan 15
2
serial port access - microwin step 7
hi,
i'm trying to get the application MICROWIN STEP 7 (version 3.1 SP2) from
siemens to run. it's a tool which can program siemens simatic S7 through
different devices, among others via serial port ppi cabel.
the problem is this: the application installs fine, but when i try to
install a software device interface (the interface to the serial port,
for example), nothing happens. the