Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help adding the USBHIDDRIVER dll to my project and using it #3

Open
GoogleCodeExporter opened this issue Jul 7, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. When i add to project USBHIDDriver.csproj
2. Or Add the dll to my project
3. using USBHIDDRIVER;

I'm able to instantiate
 USBInterface usb = new USBInterface("VID_04C5","PID_1090");

However when i do the following
usb.Connect();

i get an error that says usb is a field but is used as a type...Can you guys 
help me out on this. Thanks...Yaw



What version of the product are you using? On what operating system?
Windows 7 32bit

Please provide any additional information below.

Original issue reported on code.google.com by ygtan...@gmail.com on 22 Feb 2012 at 3:10

@GoogleCodeExporter
Copy link
Author

ps: I'm trying to add this to a wpf c# project

Original comment by ygtan...@gmail.com on 22 Feb 2012 at 3:53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant