When trying to compile the projects .sln with VS it outputs a bunch of warnings which due to compilerflag /WX become an error and doesn't compile. Even after disabling that flag it errors with "Unresolved external symbol FltGetRequestorProcessID" yet when I add fltMgr.lib it errors with MSB4018. I'd love some help with what exactly I'm doing wrong and how I can compile this myself.
Hello @ahabx64 , sorry for the late reply. To fix this issue, go to Settings, then Linker, then Input, and add FltMgr.lib;%(AdditionalDependencies) to the Additional Dependencies input.
When trying to compile the projects .sln with VS it outputs a bunch of warnings which due to compilerflag /WX become an error and doesn't compile. Even after disabling that flag it errors with "Unresolved external symbol FltGetRequestorProcessID" yet when I add fltMgr.lib it errors with MSB4018. I'd love some help with what exactly I'm doing wrong and how I can compile this myself.