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
Hey yall, no matter what I do, I cannot seem to get the windows MSR to compile from source. Here is the error, having followed the instructions exactly. Which were, download the source code, install the windows SDK and windows driver kit, then run this command : MSBuild.exe MSR.vcxproj -property:Configuration=Release -property:Platform=x64
I have tried updating the include path, but it only gives me more errors....
Update, after opening the vcxproj in visual studio and manually specifying the location of the WDK include files, and adding a preprocessor definition to specify the target architecture, it compiles, however, the msr.sys file is not generated. I know next to nothing about Windows Driver development.
Hi aaronsuydam! I have the exact same issue as you. May I ask if you’ve managed to resolve it? I’m also using Visual Studio, but my Visual Studio cannot find ‘ntifs.h’. I’m encountering the exact same error as you mentioned above. I would be very grateful if you could reply to me. Thank you so much!
Hey yall, no matter what I do, I cannot seem to get the windows MSR to compile from source. Here is the error, having followed the instructions exactly. Which were, download the source code, install the windows SDK and windows driver kit, then run this command :
MSBuild.exe MSR.vcxproj -property:Configuration=Release -property:Platform=x64
I have tried updating the include path, but it only gives me more errors....
This is the error:
The text was updated successfully, but these errors were encountered: