Link to home
Start Free TrialLog in
Avatar of Surfer
Surfer

asked on

Windows Driver Kit version 7.1.0 InstallationHID.LIB and other library VC10 link quesion

Hi -

The build envioment is VC10 on a 64 bit box,.

 I just installed the WDK 7.1.0 so I can use the HID.LIB library in my VC10 project.  When installed, it placed multiple version of HID.LIB and the other lib's in the following directory’s:
C:\WinDDK\7600.16385.1\lib\win7\i386
C:\WinDDK\7600.16385.1\lib\wxp\i386

My question is, if my app is supported on XP,Vista and Win7, what library do I link to?  


Thanks, Michael
ASKER CERTIFIED SOLUTION
Avatar of souseran
souseran
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Surfer
Surfer

ASKER

I bit more general of a solution than what I was looking for but helpful none the less.
Thanks for your time.