Re: Spot the geeks doubt
From: Bruce Eitman \(eMVP\) (beitmannospam_at_NOSPAM_applieddata.NOSPAM_net)
Date: 10/25/04
- Next message: Bruce Eitman \(eMVP\): "Re: Error in Install PB"
- Previous message: Bruce Eitman \(eMVP\): "Re: Link error to Mike Hall's driver sample."
- In reply to: Manoj: "Spot the geeks doubt"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 25 Oct 2004 08:13:38 -0400
LoadDriver() does not actually load a driver for your application, it loads
a DLL. The difference is that the APIs that you are subsequently calling
are not supported for the DLL that you loaded. Try loading the driver with
a call to ActivateDeviceEx().
-- Bruce Eitman (eMVP) Senior Engineer beitman AT applieddata DOT net Applied Data Systems www.applieddata.net An ISO 9001:2000 Registered Company Microsoft WEP Gold-level Member Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know! https://www.windowsembeddedeval.com/community/newsgroups
- Next message: Bruce Eitman \(eMVP\): "Re: Error in Install PB"
- Previous message: Bruce Eitman \(eMVP\): "Re: Link error to Mike Hall's driver sample."
- In reply to: Manoj: "Spot the geeks doubt"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|