Support capturing on rotated displays #14
Closed
Annotations
10 errors and 10 notices
Build the codebase (32-bit)
'__popcnt64': identifier not found [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit):
src/tabs/viewer.cpp#L1547
std::min (64U, std::min ((UINT)si.dwNumberOfProcessors, (UINT)__popcnt64 (si.dwActiveProcessorMask))); [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit):
src/tabs/viewer.cpp#L1547
^ [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
'std::min': no matching overloaded function found [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit):
src/tabs/viewer.cpp#L1547
std::min (64U, std::min ((UINT)si.dwNumberOfProcessors, (UINT)__popcnt64 (si.dwActiveProcessorMask))); [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit):
src/tabs/viewer.cpp#L1547
^ [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
'__popcnt64': identifier not found [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit):
src/tabs/viewer.cpp#L1567
rgb.maxThreads = std::min (64U, std::min ((UINT)si.dwNumberOfProcessors, (UINT)__popcnt64 (si.dwActiveProcessorMask))); [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit):
src/tabs/viewer.cpp#L1567
^ [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
'std::min': no matching overloaded function found [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
could be '_Ty std::min(std::initializer_list<_Elem>)' [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
_NODISCARD constexpr _Ty(min)(initializer_list<_Ty>); // implemented in <algorithm> [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
^ (compiling source file src\tabs\viewer.cpp) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
'_Ty std::min(std::initializer_list<_Elem>)': could not deduce template argument for 'std::initializer_list<_Elem>' from 'unsigned int' [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
std::min (64U, std::min ((UINT)si.dwNumberOfProcessors, (UINT)__popcnt64 (si.dwActiveProcessorMask))); [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
^ [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
or '_Ty std::min(std::initializer_list<_Elem>,_Pr)' [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
_NODISCARD constexpr _Ty(min)(initializer_list<_Ty>, _Pr); // implemented in <algorithm> [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
^ (compiling source file src\tabs\viewer.cpp) [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Build the codebase (32-bit)
'_Ty std::min(std::initializer_list<_Elem>,_Pr)': expects 2 arguments - 1 provided [D:\a\SKIV\SKIV\SKIV.vcxproj]
|
Loading