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
Please update the readme to clearly instruct how to compile the code in Windows with Visual Studio 2022 as 19 is not viable anymore.
I could not compile it at all, I tried everything I knew.
It gives these errors
error C2011: '_FILE_CASE_SENSITIVE_INFORMATION': 'struct' type redefinition
see declaration of '_FILE_CASE_SENSITIVE_INFORMATION'
error C2011: '_FILE_STAT_INFORMATION': 'struct' type redefinition
see declaration of '_FILE_STAT_INFORMATION'
error C2011: '_FILE_STAT_LX_INFORMATION': 'struct' type redefinition
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_INFORMATION'
see declaration of '_FILE_STAT_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
error C2027: use of undefined type '_FILE_STAT_LX_INFORMATION'
see declaration of '_FILE_STAT_LX_INFORMATION'
The text was updated successfully, but these errors were encountered:
Please update the readme to clearly instruct how to compile the code in Windows with Visual Studio 2022 as 19 is not viable anymore.
I could not compile it at all, I tried everything I knew.
It gives these errors
The text was updated successfully, but these errors were encountered: