-
This was a problem with the new build script. A new version (2.2.1) will be released in the next few days that corrects this.
2010-01-07 14:30:43 UTC by trobinso
-
in LibUsbDotNet 2.2.0 all AssemblyInfo.cs contains [assembly: AssemblyVersion("2.1.0.13")]
and [assembly: AssemblyFileVersion("2.1.0.13")] is this right ?.
2010-01-06 21:27:14 UTC by mr-miky
-
trobinso changed the public information on the LibUsbDotNet C# Usb Library project.
2010-01-05 14:20:32 UTC by trobinso
-
Glad to here LibUsbDotNet is working well for you!
Interesting fix, does this cause any problems when run along side a C# usb application that uses true 64 bit mode?
Regards,
Travis.
2009-12-30 23:46:01 UTC by trobinso
-
I fond the answer from Microsoft website
"To prevent this, the WOW64 subsystem redirects the access from the %systemroot%\System32 folder to the %systemroot%\SysWOW64 folder. This redirection prevents compatibility errors because it requires the .dll file to be specifically designed to work with 32-bit programs."
So I copied libusb0.sys into %systemroot%\SysWOW64\drivers, problem solved.
2009-12-30 15:53:25 UTC by xericw
-
I wrote a C# program usring your excellent LibUsbDotNet v2.2.0, and it worked fine under both 32bit and 64bit Windows 7. But now I have to write a C++\CLI wrapper for my C# project, so that it can be integraded into a C++ program written by others. The wrapper works well under 32bit Windows 7, but I found UsbDevice.AllDevices.Count is always 0 using the same code under 64bit Windows 7.
The...
2009-12-30 15:18:48 UTC by xericw
-
LibUsbDotNet Linux support is available as of version 2.2.0! See the Using LibUsbDotNet with Linux walk-through at http://libusbdotnet.sourceforge.net/V2/html/0c99e44e-ac77-4177-805a-5c9366b5253f.htm.
2009-12-29 17:56:12 UTC by trobinso
-
trobinso changed the public information on the LibUsbDotNet C# Usb Library project.
2009-12-29 17:14:46 UTC by trobinso
-
trobinso made 1 file-release changes.
2009-12-29 16:52:02 UTC by trobinso
-
trobinso made 2 file-release changes.
2009-12-29 16:51:01 UTC by trobinso