<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for WinUSB Interface for Delphi</title><link>https://sourceforge.net/p/winusb-delphi/activity/</link><description>Recent activity for WinUSB Interface for Delphi</description><language>en</language><lastBuildDate>Thu, 24 Jan 2019 01:30:38 -0000</lastBuildDate><item><title>Rob Rietow posted a comment on discussion Help</title><link>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/c1c7ce82f7/?limit=25#f6cd</link><description>Here are some of the device names I have tried, The 'information' is from the device manager for the USB device - Properties/Event screen 2:30:07 PM: Trying to open \.\USB\VID_04B8&amp;PID_112A\583444513131343572 2:30:07 PM: Cannot get a handle for the device. Perhaps it's not attached. 2:30:22 PM: Trying to open \.\VID_04B8&amp;PID_112A\583444513131343572 2:30:22 PM: Cannot get a handle for the device. Perhaps it's not attached. 2:30:39 PM: Trying to open \.\VID_04B8&amp;PID_112A\ 2:30:39 PM: Cannot get a handle...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Rietow</dc:creator><pubDate>Thu, 24 Jan 2019 01:30:38 -0000</pubDate><guid>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/c1c7ce82f7/?limit=25#f6cd</guid></item><item><title>Rob Rietow posted a comment on discussion Help</title><link>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/c1c7ce82f7/?limit=25#426d</link><description>In this code, it asks for a devicename when trying to open the device. Where do I get the device name? What form does it take? procedure OpenWinUSBDevice(deviceName: String); var hDevice: THandle; begin Info('Trying to open '+deviceName); hDevice := CreateFile( PChar(deviceName), GENERIC_WRITE or GENERIC_READ, FILE_SHARE_READ or FILE_SHARE_WRITE, nil, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL or FILE_FLAG_OVERLAPPED, 0); if hDevice = INVALID_HANDLE_VALUE then begin Info('Cannot get a handle for the device....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Rietow</dc:creator><pubDate>Mon, 21 Jan 2019 21:41:00 -0000</pubDate><guid>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/c1c7ce82f7/?limit=25#426d</guid></item><item><title>Arnstein Ovredal posted a comment on discussion Help</title><link>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/e034ae4a/?limit=25#8af0</link><description>Problem solved updating info from the sal.h header file from Microsoft</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arnstein Ovredal</dc:creator><pubDate>Sun, 24 Jun 2018 08:21:51 -0000</pubDate><guid>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/e034ae4a/?limit=25#8af0</guid></item><item><title>Arnstein Ovredal posted a comment on discussion Help</title><link>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/e034ae4a/?limit=25#5e11</link><description>Does anybody know how to modify the header files required from the Visual Studio / WDK to make them compatible with the Embarcadero C++ compiler (BCC32)?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arnstein Ovredal</dc:creator><pubDate>Thu, 14 Jun 2018 15:34:22 -0000</pubDate><guid>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/e034ae4a/?limit=25#5e11</guid></item><item><title>Arnstein Ovredal posted a comment on discussion Help</title><link>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/b6c43861/?limit=25#9f25</link><description>When trying to compile the GetDevPath.CPP file, an error apperas at line 800 in the USB.H header at the following statement: typedef Struct_size_bytes(UrbHeader.Length) struct _URB {</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arnstein Ovredal</dc:creator><pubDate>Sun, 10 Jun 2018 08:25:28 -0000</pubDate><guid>https://sourceforge.net/p/winusb-delphi/discussion/756399/thread/b6c43861/?limit=25#9f25</guid></item></channel></rss>