Re: Custom USB device driver



<ctacke/> schrieb:
Sure, just use Visual Studio.
If I install the WM5 SDK, Visual Studio offers only applications for smart
devices, not a driver. Do you know how do I create an USB driver in Visual
Studio?

That is correct - create a new Smart Device C++ DLL project. Drivers are
just DLLs with specific entry points.
Oh, yes I've tried this already. But I was unable to find USB function
driver related includes or libraries. Is there a DDK I may download
where all needed headers and libraries are included? I know they are in
the Platform Builder, but I don't want to buy an expensive Platform
Builder license only for developing one USB device driver.

Sebastian
.



Relevant Pages