Examples with Windows 7 64-bit

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
dlemmink
Posts: 2
Joined: Mon Feb 07, 2011 6:08 pm

Examples with Windows 7 64-bit

Post by dlemmink » Mon Feb 07, 2011 6:21 pm

Successfully built and programmed the USB Scope example under Windows XP and it works great. Under Windows 7 64 bit it enumerates the device (Device found) but doesn't identify it as the Scope.
I even tried signing the dll using the dseo tool (There are a lot of really vague references to Win7 64 not liking unsigned dlls)
Unfortunately the environment used (VC 2005) is not well supported in Windows 7 so I'm stuck building the solutions on a Win XP machine.
I've tried importing the project to VC2008 with no luck.
Do I need to provide an inf file for the device in this mode?
Where can I find documentation for this.

It appears after scouring the forums that many people may have fully functional hardware but are using Win7 and discovering no response from the examples.
Most responses are short, terse and extremely uninformative. I'd love to find the answer and write a concise step by step guide, but I am stuck now.

Anyone have success with Win7 64bit?

Post Reply