You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just discovered this DMF project a few days ago.
It looks like a fantastic time-saver!
I have mostly been reading up on it and working with CoPilot to write some theoretical code for it.
(TMI: My planned use case is for a Dmf_VirtualHidKeyboard)
Being new to DMF, getting started using it is a little more intimidating than getting started with just the WDK.
WDK is brain dead easy to start using by adding Microsoft.Windows.WDK as a nuget dependency.
Are there any plans to create a DMF nuget package for easier inclusion into a KMDF/WDF project?
Is this even possible, or is it intentional that someone must clone/download the DMF repo and then compile it on their own before they can use it in their project?
Thanks.
The text was updated successfully, but these errors were encountered:
I just discovered this DMF project a few days ago.
It looks like a fantastic time-saver!
I have mostly been reading up on it and working with CoPilot to write some theoretical code for it.
(TMI: My planned use case is for a
Dmf_VirtualHidKeyboard
)Being new to DMF, getting started using it is a little more intimidating than getting started with just the WDK.
WDK is brain dead easy to start using by adding
Microsoft.Windows.WDK
as a nuget dependency.Are there any plans to create a DMF nuget package for easier inclusion into a KMDF/WDF project?
Is this even possible, or is it intentional that someone must clone/download the DMF repo and then compile it on their own before they can use it in their project?
Thanks.
The text was updated successfully, but these errors were encountered: