Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 1 match

by JohnieD
Sun Nov 20, 2011 3:27 pm
Forum: Bug Reports
Topic: Bug in WinUsbWrapper.c
Replies: 1
Views: 3217

Bug in WinUsbWrapper.c

Hello,

Inspired by EG I am writing my own (small) piece of code in pure C/WinAPI for CyberLink Remote Controller and I have just found bug in EG's WinUsbWrapper.c.

while (TRUE)
{
WinUsb_ReadPipe(usbHandle, inPipeId, buffer, params->chunkSize, &length, &overlapped);
if (WaitForMultipleObjects(2 ...