Various improvements to HDR related stuff #237
Annotations
10 errors, 10 warnings, and 10 notices
Build
'IDisplayInformationStaticsInterop': undeclared identifier [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
src/utility/utility.cpp#L2934
if (auto pDisplayInfoFactory { winrt::try_get_activation_factory <DisplayInformation, IDisplayInformationStaticsInterop> () }) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
src/utility/utility.cpp#L2934
^ [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
'winrt::try_get_activation_factory': no matching overloaded function found [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
src/utility/utility.cpp#L2934
if (auto pDisplayInfoFactory { winrt::try_get_activation_factory <DisplayInformation, IDisplayInformationStaticsInterop> () }) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
src/utility/utility.cpp#L2934
^ [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
'pDisplayInfoFactory': the type for 'auto' cannot be deduced from an empty initializer [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
src/utility/utility.cpp#L2934
if (auto pDisplayInfoFactory { winrt::try_get_activation_factory <DisplayInformation, IDisplayInformationStaticsInterop> () }) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
src/utility/utility.cpp#L2934
^ [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
'IDisplayInformationStaticsInterop': undeclared identifier [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
'<': signed/unsigned mismatch [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
packages_misc/ImGuiNotify.hpp#L563
for (int i = 0; i < notifications.size(); ++i) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
packages_misc/ImGuiNotify.hpp#L563
^ (compiling source file src\imgui\imgui_impl_win32.cpp) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
'<': signed/unsigned mismatch [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
packages_misc/ImGuiNotify.hpp#L563
for (int i = 0; i < notifications.size(); ++i) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
packages_misc/ImGuiNotify.hpp#L563
^ (compiling source file src\utility\image.cpp) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
'<': signed/unsigned mismatch [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
packages_misc/ImGuiNotify.hpp#L563
for (int i = 0; i < notifications.size(); ++i) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build:
packages_misc/ImGuiNotify.hpp#L563
^ (compiling source file src\SKIV.cpp) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
'<': signed/unsigned mismatch [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
could be 'auto winrt::try_get_activation_factory(const winrt::param::hstring &,winrt::hresult_error &) noexcept' [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
auto try_get_activation_factory(param::hstring const& name, hresult_error& exception) noexcept [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
^ (compiling source file src\utility\utility.cpp) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
'winrt::try_get_activation_factory': too many template arguments [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
if (auto pDisplayInfoFactory { winrt::try_get_activation_factory <DisplayInformation, IDisplayInformationStaticsInterop> () }) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
^ [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
or 'auto winrt::try_get_activation_factory(const winrt::param::hstring &) noexcept' [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
auto try_get_activation_factory(param::hstring const& name) noexcept [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
^ (compiling source file src\utility\utility.cpp) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build
'winrt::try_get_activation_factory': too many template arguments [D:\a\SKIV\SKIV\SKIV.vcxproj]
|