Displaying 2 results from an estimated 2 matches for "lpdcb".
Did you mean:
lpcb
2001 Nov 04
5
Wine and the serial port
I have an application that talks to hardware via the serial port.
(Actually, it talks to a lot of hardware, banking peripherals). The app
runs on both Win32 and OS/2.
Of course, the main theme is porting the thing natively to linux (and I'm
working on that). But just for fun I tried to get it to work with WINE, and
while the "device emulation" works perfectly (much to my
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
...usr/lib/../include/w32api/winbase.h:1153: error: expected declaration specifier
s or '...' before 'LPCWSTR'
/usr/lib/../include/w32api/winbase.h:1159: error: expected ')' before 'BOOL'
/usr/lib/../include/w32api/winbase.h:1161: error: expected ')' before 'LPDCB'
/usr/lib/../include/w32api/winbase.h:1163: error: expected ')' before 'LPDCB'
/usr/lib/../include/w32api/winbase.h:1165: error: expected ')' before 'PVOID'
/usr/lib/../include/w32api/winbase.h:1183: error: expected declaration specifier
s or '...' before...