JKornev / hidden

🇺🇦 Windows driver with usermode interface which can hide processes, file-system and registry objects, protect processes and etc
1.76k stars 481 forks source link

a new unresolved external after update visual studio last version RtlUnicodeStringPrintf #28

Closed ABD-FH closed 3 years ago

ABD-FH commented 3 years ago
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol __stdio_common_vswprintf referenced in function RtlUnicodeStringPrintf Hidden C:\Desktop\hidden-master\hidden-master\Hidden\RegFilter.obj 1  
ABD-FH commented 3 years ago

please if you find the answer help me , in past the driver was compiled good but after update i faced the problem

JKornev commented 3 years ago

Hi,

Thanks for your report, I'll check it today

JK.

JKornev commented 3 years ago

Hi,

Seems like an issue on your side. Just install the latest version of Windows SDK and Windows Driver Kit and download a project again or revert previous to a initial state. Should work fine just checked.

Regards, JK