sergev / ejtagproxy

GDB interface utility for MIPS processors, including PIC32
24 stars 6 forks source link

libusb0.dll is missing #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to open on a brand new installation of Windows.

What is the expected output? What do you see instead?
ejtagproxy.exe will show a window saying that its impossible to launch the 
program because "libusb0.dll" is missing.

What version of the product are you using? On what operating system?
Using "ejtagproxy-1.0.zip"
On Windows 7 Entreprise.

Please provide any additional information below.
Maybe include the "libusb0.dll" in the zip file.

Original issue reported on code.google.com by jp.fly...@gmail.com on 24 Jul 2013 at 7:54

GoogleCodeExporter commented 9 years ago
Adding the file in the program directory fix the issue.
I suggest adding the attached file in the "ejtagproxy-1.0.zip" archive.

Original comment by jp.fly...@gmail.com on 24 Jul 2013 at 7:57

Attachments:

GoogleCodeExporter commented 9 years ago
There are three versions of libusb0.dll present in ejtagproxy-1.0.zip" archive:
    libusb-win32/amd64/libusb0.dll  -- for 64-bit AMD architecture
    libusb-win32/ia64/libusb0.dll  -- for 64-bit Intel architecture
    libusb-win32/x86/libusb0_x86.dll  -- for 32-bit Intel architecture 

Please, select a needed file, according to your Windows version, and place it 
into the directory with ejtagproxy.exe binary.

Regards,
--Serge

Original comment by se...@vak.ru on 17 Mar 2014 at 5:30