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
Ran int the same problem when trying to run SimpleDirect2dApplication. The problem is that the current sdkddkver.h is bugged. Let's review. FILE_INFO_BY_HANDLE_CLASS is only defined when:
If _WIN32_WINNT_WINBLUE < _WIN32_WINNT < _WIN32_WINNT_WIN10, then NTDDI_VERSION remains undefined, leading to the original error. This will occur if you run the app as is, with 0x0603 < 0x0700 < 0x0A00.
A temporary fix is to place one of these directives at the beginning of your app header:
I downloaded Visual Studio and have been trying some of these samples. This application did not compile.
The error is pointing to line 1065 of
fileapi.h
.I'm running on Windows 11 Home.
The text was updated successfully, but these errors were encountered: