Sergey Podobry
Sergey Podobry
DISABLE_INTEGRITY_CHECK is ignored since Windows 7. You need to test sign the driver and enable testing mode or disable driver signature enforcement in the advanced boot options: 1. Restart your...
I agree with you. But the question is which compile options are safe for driver projects? Probably it will be wise to add only popular options.
Thank you for this PR! I'll take a look.
> I might try to dabble in this. Yes, please. Also we can rise CMake version if it helps.
That's interesting! Do you build drivers with mingw? Could you provide some info about your use case?
@sfhacker Very nice, please keep us posted!
It's interesting! But you need to add include path for UM libraries too. How do you handle it now? Also I think it's more correct to use `WDK::UM` namespace instead...
I'm not sure I understand the problem. Could you describe it a little bit more? WDK is still in `C:/Program Files*/Windows Kits/10` nevertheless what version of Visual Studio you use.
@clouds56 Could you make a separate PR for it?
I think the warning is good in such case. It means that the expression and the assert result is evaluated during compile time. So you can use `static_assert` and have...