ut I'm sure I've done something horribly wrong in terms of
doing it the preferred way.
Thanks,
Chris Teague
From 84445fb85a4a22588af798195fcefd7db31b17fd Mon Sep 17 00:00:00 2001
From: root
Date: Fri, 21 Sep 2012 23:24:43 +
Subject: Fixed LockWindowUpdate
---
dlls/user32/painting.c
, i paid off all my debt
http://tulsamarketplace.com/redirect.php?to=aHR0cDovL3d3dy5jbmJjNy5jb20vP3BpZD03NTg2NjQ=
I'm trying to get the Garmin ANT Agent 2.2.7 to run
(http://www8.garmin.com/fitness/ant_product_page.jsp). This software
talks over the ANT+ protocol (carried over USB) to the watch, to
download Heart Rate and GPS info. I cannot get the program to install
because it checks that the ANT dongle is
I'm new to wine, looking into serial communications. I have a failing
scenario in a application, and I'd like to write a conformance test to
demonstrate/document the issue. I looked in dlls/ntdll/tests but did
not see any serial port related tests - did I miss them or do none
exist yet? Assuming
I'm connecting to a Saris PowerTap 2.4SL bike computer, but really
it's a usb cradle using a standard FTDI chip. The device enumerates
and works fine as a ttyUSB device under Linux. I have gotten closer
to the root of this problem, and I now see why EV_RXFLAG was never
implemented in Wine. I'll
I'm trying to use WKO, it is software which communicates via USB to an
external device (watch/heart rate monitor/bike odometer) using FTDI
drivers. When I plug in the device dmesg tells me it's recognized and
placed on /dev/ttyUSB0. I've put a link to that inside of
.wine/dosdevices/com1. I stil
This is probably trivial, but I'm having a tough time figuring out the
current version of Windows that Wine is mimicking. I have a situation
where I need to behave differently if the version is NT (0x0500)
versus when it is XP (0x0600). I see the WINVER #define, but that
doesn't seem right to me