Hello !
I'm currently trying to create a driver using the following sample : https://msdn.microsoft.com/en-us/window ... df--driver
But I have 603 errors...
'expected a ';' in basetsd.h
identifier "wchar_t" is undefined in ntdef.h
...
I looked for a solution on internet and I found this interesting link about the universal crt : https://blogs.msdn.microsoft.com/vcblog ... ersal-crt/
So I added to the Additional include directories "$(UniversalCRT_IncludePath)".
But I still have a lot of errors and I don't know why... Do you have any idea ?
I'm currently trying to create a driver using the following sample : https://msdn.microsoft.com/en-us/window ... df--driver
But I have 603 errors...
'expected a ';' in basetsd.h
identifier "wchar_t" is undefined in ntdef.h
...
I looked for a solution on internet and I found this interesting link about the universal crt : https://blogs.msdn.microsoft.com/vcblog ... ersal-crt/
So I added to the Additional include directories "$(UniversalCRT_IncludePath)".
But I still have a lot of errors and I don't know why... Do you have any idea ?