MicaApps / DiskInfo

DiskInfo based on CrystalDiskInfo
MIT License
151 stars 7 forks source link

Bug Building App #98

Closed jarno9981 closed 1 year ago

jarno9981 commented 1 year ago

error

when trying to build app this error comes

jarno9981 commented 1 year ago

@HO-COOH

HO-COOH commented 1 year ago

That's interesting. If you go see our Github action, it actually successfully build the Winrt Component. Judging from the "invalid qualifier: ZH-CH", it maybe some strange encoding issues. Can you try turning on Windows UTF-8 settings in advanced region and language settings and do a clean build?

jarno9981 commented 1 year ago

That's interesting. If you go see our Github action, it actually successfully build the Winrt Component. Judging from the "invalid qualifier: ZH-CH", it maybe some strange encoding issues. Can you try turning on Windows UTF-8 settings in advanced region and language settings and do a clean build?

I will try that

jarno9981 commented 1 year ago

That's interesting. If you go see our Github action, it actually successfully build the Winrt Component. Judging from the "invalid qualifier: ZH-CH", it maybe some strange encoding issues. Can you try turning on Windows UTF-8 settings in advanced region and language settings and do a clean build?

Tryed it but now puts out this ' Rebuild started... Restored C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskInfo.Interop\DiskInfo.Interop.csproj (in 285 ms). Restored C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\DiskTools.csproj (in 629 ms). 1>------ Rebuild All started: Project: DiskInfoLibWinRT, Configuration: Debug x64 ------ 2>------ Rebuild All started: Project: DiskInfo.Interop, Configuration: Debug Any CPU ------ 3>------ Rebuild All started: Project: DiskInfo, Configuration: Debug x64 ------ 3>pch.cpp 3>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskInfo\pch.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory 3>Done building project "DiskInfo.vcxproj" -- FAILED. 1>64 bit MIDLRT Processing C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\AtaSmartInfo.idl 1>AtaSmartInfo.idl 1>64 bit MIDLRT Processing .\GraphDataPoint.idl 1>GraphDataPoint.idl 1>.\GraphDataPoint.idl(3): error MIDL2025: [msg]syntax error [context]: expecting . near "]" 1>.\GraphDataPoint.idl(4): error MIDL2026: [msg]cannot recover from earlier syntax errors; aborting compilation 1>Done building project "DiskInfoLibWinRT.vcxproj" -- FAILED. 4>------ Rebuild All started: Project: DiskToolsTest, Configuration: Debug x64 ------ 4>pch.cpp 2>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskInfo.Interop\DiskInfo.cs(22,20,22,50): warning CS8603: Possible null reference return. 2>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskInfo.Interop\DiskInfo.cs(37,20,37,47): warning CS8603: Possible null reference return. 2>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskInfo.Interop\DiskInfo.cs(43,20,43,50): warning CS8603: Possible null reference return. 2>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskInfo.Interop\DiskInfo.cs(50,20,50,50): warning CS8603: Possible null reference return. 2>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskInfo.Interop\DiskInfo.cs(56,20,56,50): warning CS8603: Possible null reference return. 2>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskInfo.Interop\DiskInfo.cs(62,20,62,50): warning CS8603: Possible null reference return. 2>DiskInfo.Interop -> C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskInfo.Interop\bin\Debug\net6.0\DiskInfo.Interop.dll 2>Done building project "DiskInfo.Interop.csproj". 5>------ Rebuild All started: Project: DiskTools, Configuration: Debug x64 ------ 4>main.cpp 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(19,19): warning C4456: declaration of 'obj' hides previous local declaration 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(15,33): message : see declaration of 'obj' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(25,19): warning C4456: declaration of 'obj' hides previous local declaration 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(15,33): message : see declaration of 'obj' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): error C2679: binary '<<': no operator found which takes a right-hand operand of type 'winrt::Windows::Foundation::DateTime' (or there is no acceptable conversion) 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(475,39): message : could be 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(std::basic_streambuf<char,std::char_traits<char>> *)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(443,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(const void *)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(425,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(long double)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(407,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(double)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(389,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(float)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(371,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(unsigned __int64)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(353,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(__int64)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(335,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(unsigned long)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(317,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(long)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(298,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(unsigned int)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(272,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(int)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(253,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(unsigned short)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(219,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(short)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(201,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(bool)' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(195,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(std::ios_base &(__cdecl *)(std::ios_base &))' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(189,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(std::basic_ios<char,std::char_traits<char>> &(__cdecl *)(std::basic_ios<char,std::char_traits<char>> &))' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(184,39): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(std::basic_ostream<char,std::char_traits<char>> &(__cdecl *)(std::basic_ostream<char,std::char_traits<char>> &))' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(470,20): message : or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(std::nullptr_t)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'std::nullptr_t' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\cstddef(32,27): message : or 'std::byte std::operator <<(const std::byte,const _IntType) noexcept' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35): message : 'std::byte std::operator <<(const std::byte,const _IntType) noexcept': could not deduce template argument for '__formal' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\xstring(1860,32): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::basic_string_view<_Elem,_Traits>)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::basic_string_view<_Elem,_Traits>)': could not deduce template argument for 'const std::basic_string_view<_Elem,_Traits>' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\xstring(5366,32): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::basic_string<_Elem,_Traits,_Alloc> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::basic_string<_Elem,_Traits,_Alloc> &)': could not deduce template argument for 'const std::basic_string<_Elem,_Traits,_Alloc> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\memory(1875,32): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::shared_ptr<_Ty> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::shared_ptr<_Ty> &)': could not deduce template argument for 'const std::shared_ptr<_Ty> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\memory(3557,32): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::unique_ptr<_Ty2,_Dx2> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::unique_ptr<_Ty2,_Dx2> &)': could not deduce template argument for 'const std::unique_ptr<_Ty2,_Dx2> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(681,32): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const char *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const char *' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(725,32): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,char)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'char' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(761,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const char *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const char *' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(806,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,char)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'char' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(844,32): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const _Elem *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const _Elem *)': could not deduce template argument for 'const _Elem *' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(887,32): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,_Elem)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,_Elem)': template parameter '_Elem' is ambiguous 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : could be 'winrt::Windows::Foundation::DateTime' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : or 'char' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,_Elem)': could not deduce template argument for '_Elem' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(923,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const signed char *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const signed char *' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(929,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,signed char)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'signed char' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(934,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const unsigned char *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const unsigned char *' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(940,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,unsigned char)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'unsigned char' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(948,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const char8_t *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const char8_t *' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(950,34): message : or 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,const char8_t *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,const char8_t *)': could not deduce template argument for 'std::basic_ostream<wchar_t,_Traits> &' from 'std::ostream' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(954,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,char8_t)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'char8_t' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(956,34): message : or 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,char8_t)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,char8_t)': could not deduce template argument for 'std::basic_ostream<wchar_t,_Traits> &' from 'std::ostream' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(962,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,wchar_t)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'wchar_t' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(965,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const wchar_t *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const wchar_t *' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(969,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,char16_t)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'char16_t' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(971,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,char32_t)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'char32_t' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(974,34): message : or 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,char16_t)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,char16_t)': could not deduce template argument for 'std::basic_ostream<wchar_t,_Traits> &' from 'std::ostream' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(976,34): message : or 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,char32_t)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,char32_t)': could not deduce template argument for 'std::basic_ostream<wchar_t,_Traits> &' from 'std::ostream' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(979,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const char16_t *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const char16_t *' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(981,31): message : or 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const char32_t *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const char32_t *' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(984,34): message : or 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,const char16_t *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,const char16_t *)': could not deduce template argument for 'std::basic_ostream<wchar_t,_Traits> &' from 'std::ostream' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(986,34): message : or 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,const char32_t *)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<wchar_t,_Traits> &std::operator <<(std::basic_ostream<wchar_t,_Traits> &,const char32_t *)': could not deduce template argument for 'std::basic_ostream<wchar_t,_Traits> &' from 'std::ostream' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(998,9): message : or '_Ostr &&std::operator <<(_Ostr &&,const _Ty &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35): message : '_Ostr &&std::operator <<(_Ostr &&,const _Ty &)': could not deduce template argument for '__formal' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\ostream(1075,32): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::error_code &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::error_code &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::error_code' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\thread(226,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,std::thread::id)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'std::thread::id' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(174,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::duration<_Rep2,_Period2> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::duration<_Rep2,_Period2> &)': could not deduce template argument for 'const std::chrono::duration<_Rep2,_Period2> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5091,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::day &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::day &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::day' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5097,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::month &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5104,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::year &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5110,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::weekday &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::weekday &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::weekday' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5117,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::weekday_indexed &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::weekday_indexed &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::weekday_indexed' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5126,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::weekday_last &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::weekday_last &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::weekday_last' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5131,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::month_day &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month_day &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month_day' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5136,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::month_day_last &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month_day_last &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month_day_last' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5141,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::month_weekday &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month_weekday &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month_weekday' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5147,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::month_weekday_last &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month_weekday_last &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::month_weekday_last' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5153,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::year_month &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year_month &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year_month' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5158,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::year_month_day &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year_month_day &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year_month_day' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5164,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::year_month_day_last &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year_month_day_last &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year_month_day_last' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5170,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::year_month_weekday &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windo ![error2](https://user-images.githubusercontent.com/53493418/221909195-6c1bb92b-2cb2-4bc4-a8ab-01cf19e3f032.png) ws::Foundation::DateTime' to 'const std::chrono::year_month_weekday &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year_month_weekday' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5176,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::year_month_weekday_last &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year_month_weekday_last &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::year_month_weekday_last' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5183,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::hh_mm_ss<_Duration> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::hh_mm_ss<_Duration> &)': could not deduce template argument for 'const std::chrono::hh_mm_ss<_Duration> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5200,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::sys_info &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::sys_info &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::sys_info' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5207,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::local_info &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::local_info &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::local_info' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5230,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::system_clock,_Duration> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::system_clock,_Duration> &)': could not deduce template argument for 'const std::chrono::time_point<std::chrono::system_clock,_Duration> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5235,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::sys_days &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : 'initializing': cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::sys_days &' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : Reason: cannot convert from 'winrt::Windows::Foundation::DateTime' to 'const std::chrono::sys_days' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,29): message : No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5240,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::utc_clock,_Duration> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::utc_clock,_Duration> &)': could not deduce template argument for 'const std::chrono::time_point<std::chrono::utc_clock,_Duration> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5245,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::tai_clock,_Duration> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::tai_clock,_Duration> &)': could not deduce template argument for 'const std::chrono::time_point<std::chrono::tai_clock,_Duration> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5250,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::gps_clock,_Duration> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::gps_clock,_Duration> &)': could not deduce template argument for 'const std::chrono::time_point<std::chrono::gps_clock,_Duration> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5255,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::file_clock,_Duration> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::file_clock,_Duration> &)': could not deduce template argument for 'const std::chrono::time_point<std::chrono::file_clock,_Duration> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5260,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::local_t,_Duration> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::time_point<std::chrono::local_t,_Duration> &)': could not deduce template argument for 'const std::chrono::time_point<std::chrono::local_t,_Duration> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.35.32215\include\chrono(5265,37): message : or 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::zoned_time<_Duration,_TimeZonePtr> &)' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : 'std::basic_ostream<_Elem,_Traits> &std::chrono::operator <<(std::basic_ostream<_Elem,_Traits> &,const std::chrono::zoned_time<_Duration,_TimeZonePtr> &)': could not deduce template argument for 'const std::chrono::zoned_time<_Duration,_TimeZonePtr> &' from 'winrt::Windows::Foundation::DateTime' 4>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskToolsTest\main.cpp(35,8): message : while trying to match the argument list '(std::ostream, winrt::Windows::Foundation::DateTime)' 4>Done building project "DiskToolsTest.vcxproj" -- FAILED. 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: Found conflicts between different versions of "WindowsBase" that could not be resolved. 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: There was a conflict between "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" and "WindowsBase, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" was chosen because it was primary and "WindowsBase, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" was not. 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: References which depend on "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" [C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.14\ref\net6.0\WindowsBase.dll]. 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.14\ref\net6.0\WindowsBase.dll 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: Project file item includes which caused reference "C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.14\ref\net6.0\WindowsBase.dll". 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.14\ref/net6.0/WindowsBase.dll 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: References which depend on "WindowsBase, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" []. 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: C:\Users\jpjm-\.nuget\packages\syncfusion.licensing\20.4.0.52\lib\net6.0-windows7.0\Syncfusion.Licensing.dll 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: Project file item includes which caused reference "C:\Users\jpjm-\.nuget\packages\syncfusion.licensing\20.4.0.52\lib\net6.0-windows7.0\Syncfusion.Licensing.dll". 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: C:\Users\jpjm-\.nuget\packages\syncfusion.licensing\20.4.0.52\lib\net6.0-windows7.0\Syncfusion.Licensing.dll 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: C:\Users\jpjm-\.nuget\packages\syncfusion.core.winui\20.4.0.52\lib\net6.0-windows10.0\Syncfusion.Core.WinUI.dll 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: C:\Users\jpjm-\.nuget\packages\syncfusion.chart.winui\20.4.0.52\lib\net6.0-windows10.0\Syncfusion.Chart.WinUI.dll 5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2352,5): warning MSB3277: C:\Users\jpjm-\.nuget\packages\syncfusion.gauge.winui\20.4.0.52\lib\net6.0-windows10.0\Syncfusion.Gauge.WinUI.dll 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\GaugeControl.xaml.cs(96,24,96,41): warning CS0628: 'GaugeControl.OnPropertyChanged(string)': new protected member declared in sealed type 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\GaugeControl.xaml.cs(94,50,94,65): warning CS8612: Nullability of reference types in type of 'event PropertyChangedEventHandler GaugeControl.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\DiskInfoPage.xaml.cs(86,24,86,41): warning CS0628: 'DiskInfoPage.OnPropertyChanged(string)': new protected member declared in sealed type 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\DiskInfoPage.xaml.cs(84,50,84,65): warning CS8612: Nullability of reference types in type of 'event PropertyChangedEventHandler DiskInfoPage.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\ExceptionHandling.cs(112,30,112,34): warning CS8765: Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes). 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\ExceptionHandling.cs(118,30,118,34): warning CS8765: Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes). 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\GaugeControl.xaml.cs(96,83,96,87): warning CS8625: Cannot convert null literal to non-nullable reference type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\DiskInfoPage.xaml.cs(86,83,86,87): warning CS8625: Cannot convert null literal to non-nullable reference type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\GraphPage.xaml.cs(34,50,34,65): warning CS8612: Nullability of reference types in type of 'event PropertyChangedEventHandler GraphPage.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\GraphPage.xaml.cs(36,83,36,87): warning CS8625: Cannot convert null literal to non-nullable reference type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\MainPage.xaml.cs(263,24,263,41): warning CS0628: 'MainPage.OnPropertyChanged(string)': new protected member declared in sealed type 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\MainPage.xaml.cs(261,50,261,65): warning CS8612: Nullability of reference types in type of 'event PropertyChangedEventHandler MainPage.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\MainPage.xaml.cs(263,83,263,87): warning CS8625: Cannot convert null literal to non-nullable reference type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(82,50,82,65): warning CS8612: Nullability of reference types in type of 'event PropertyChangedEventHandler OverviewPage.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(84,83,84,87): warning CS8625: Cannot convert null literal to non-nullable reference type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Models\SystemVersionInfo.cs(25,30,25,36): warning CS8765: Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes). 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\ViewModels\SettingsViewModel.cs(238,113,238,117): warning CS8625: Cannot convert null literal to non-nullable reference type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\Setting\Setting.cs(25,16,25,23): warning CS8618: Non-nullable field '_iconPresenter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\Setting\Setting.cs(25,16,25,23): warning CS8618: Non-nullable field '_descriptionPresenter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\Setting\Setting.cs(25,16,25,23): warning CS8618: Non-nullable field '_setting' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Converters\UnixTimeStampToTimeDateConverter.cs(25,24,25,28): warning CS8603: Possible null reference return. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Converters\UnixTimeStampToTimeDateConverter.cs(26,21,26,68): warning CS8604: Possible null reference argument for parameter 'source' in 'IEnumerable<DateTimeGraphPoint> Enumerable.Select<GraphDataPoint, DateTimeGraphPoint>(IEnumerable<GraphDataPoint> source, Func<GraphDataPoint, DateTimeGraphPoint> selector)'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\App.xaml.cs(20,16,20,19): warning CS8618: Non-nullable field 'm_window' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\DynamicThemeResource\DependencyObjectSelector.cs(94,47,94,90): warning CS8604: Possible null reference argument for parameter 'oldValue' in 'void DependencyObjectSelector<T>.OnReferencesPropertyChanged(DependencyObjectCollection oldValue, DependencyObjectCollection newValue)'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\DynamicThemeResource\DependencyObjectSelector.cs(94,92,94,135): warning CS8604: Possible null reference argument for parameter 'newValue' in 'void DependencyObjectSelector<T>.OnReferencesPropertyChanged(DependencyObjectCollection oldValue, DependencyObjectCollection newValue)'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Models\UpdateInfo.cs(33,23,33,26): warning CS8618: Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Models\UpdateInfo.cs(10,23,10,29): warning CS8618: Non-nullable property 'ApiUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Models\UpdateInfo.cs(12,23,12,33): warning CS8618: Non-nullable property 'ReleaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Models\UpdateInfo.cs(14,23,14,30): warning CS8618: Non-nullable property 'TagName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Models\UpdateInfo.cs(22,28,22,34): warning CS8618: Non-nullable property 'Assets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Models\UpdateInfo.cs(24,23,24,32): warning CS8618: Non-nullable property 'Changelog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\SettingPages\SettingPage.xaml.cs(24,16,24,27): warning CS8618: Non-nullable field 'Provider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\App.xaml.cs(73,40,73,81): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void App.SynchronizationContext_UnhandledException(object sender, UnhandledExceptionEventArgs e)' doesn't match the target delegate 'EventHandler<UnhandledExceptionEventArgs>' (possibly because of nullability attributes). 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\PageHeader.xaml.cs(83,16,83,26): warning CS8618: Non-nullable property 'CopyLinkAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\PageHeader.xaml.cs(83,16,83,26): warning CS8618: Non-nullable property 'ToggleThemeAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\DiskInfoPage.xaml.cs(29,16,29,28): warning CS8618: Non-nullable property 'Info' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\DiskInfoPage.xaml.cs(29,16,29,28): warning CS8618: Non-nullable property 'NaviList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\DiskInfoPage.xaml.cs(29,16,29,28): warning CS8618: Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\KeyVisual\KeyVisual.cs(46,16,46,25): warning CS8618: Non-nullable field '_keyVisual' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\KeyVisual\KeyVisual.cs(46,16,46,25): warning CS8618: Non-nullable field '_keyPresenter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Services\DiskInfoService.cs(14,46,14,54): warning CS8618: Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\GraphPage.xaml.cs(17,16,17,25): warning CS8618: Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\MainPage.xaml.cs(34,41,34,84): warning CS8603: Possible null reference return. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\WindowHelper.cs(47,20,47,24): warning CS8603: Possible null reference return. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\MainPage.xaml.cs(54,16,54,24): warning CS8618: Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\DiskInfoPage.xaml.cs(43,61,43,65): warning CS8625: Cannot convert null literal to non-nullable reference type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(27,16,27,28): warning CS8618: Non-nullable property 'Info' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(27,16,27,28): warning CS8618: Non-nullable property 'List1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(27,16,27,28): warning CS8618: Non-nullable property 'List2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(27,16,27,28): warning CS8618: Non-nullable property 'List3' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(27,16,27,28): warning CS8618: Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(63,69,63,144): warning CS8604: Possible null reference argument for parameter 'value' in 'DiskBasicInfoListItem.DiskBasicInfoListItem(string icon, string name, string value)'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(64,69,64,145): warning CS8604: Possible null reference argument for parameter 'value' in 'DiskBasicInfoListItem.DiskBasicInfoListItem(string icon, string name, string value)'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(65,65,65,142): warning CS8604: Possible null reference argument for parameter 'value' in 'DiskBasicInfoListItem.DiskBasicInfoListItem(string icon, string name, string value)'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(66,67,66,145): warning CS8604: Possible null reference argument for parameter 'value' in 'DiskBasicInfoListItem.DiskBasicInfoListItem(string icon, string name, string value)'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\OverviewPage.xaml.cs(67,67,67,143): warning CS8604: Possible null reference argument for parameter 'value' in 'DiskBasicInfoListItem.DiskBasicInfoListItem(string icon, string name, string value)'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\ExceptionHandling.cs(168,26,168,35): warning CS8618: Non-nullable property 'Exception' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\SettingsHelper.cs(26,53,26,80): warning CS8603: Possible null reference return. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\SettingsHelper.cs(67,50,67,86): warning CS8603: Possible null reference return. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\MainPage.xaml.cs(108,37,108,78): warning CS8600: Converting null literal or possible null value to non-nullable type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\MainPage.xaml.cs(109,41,109,51): warning CS8604: Possible null reference argument for parameter 'NavItemTag' in 'void MainPage.NavigationView_Navigate(string NavItemTag, NavigationTransitionInfo TransitionInfo)'. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\MainPage.xaml.cs(115,26,115,30): warning CS8600: Converting null literal or possible null value to non-nullable type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\MainPage.xaml.cs(116,32,116,36): warning CS8600: Converting null literal or possible null value to non-nullable type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\ThemeHelper.cs(14,31,14,55): warning CS8618: Non-nullable field 'CurrentApplicationWindow' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\GaugeControl.xaml.cs(30,16,30,28): warning CS8618: Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\GraphControl.xaml.cs(21,20,21,90): warning CS8603: Possible null reference return. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\UIHelper.cs(14,32,14,40): warning CS8618: Non-nullable field 'MainPage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\UIHelper.cs(15,34,15,44): warning CS8618: Non-nullable field 'MainWindow' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\ViewModels\SettingsViewModel.cs(273,16,273,33): warning CS8618: Non-nullable field '_gotoUpdateTag' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\ViewModels\SettingsViewModel.cs(273,16,273,33): warning CS8618: Non-nullable field '_updateStateMessage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\ViewModels\SettingsViewModel.cs(273,16,273,33): warning CS8618: Non-nullable field '_updateStateTitle' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\ViewModels\SettingsViewModel.cs(273,16,273,33): warning CS8618: Non-nullable field '_aboutTextBlockText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\SettingPages\SettingPage.xaml.cs(43,22,43,48): warning CS8602: Dereference of a possibly null reference. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Controls\KeyVisual\KeyVisual.cs(116,48,116,216): warning CS8600: Converting null literal or possible null value to non-nullable type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\SettingsHelper.cs(29,69,29,111): warning CS8603: Possible null reference return. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\SettingPages\SettingPage.xaml.cs(68,22,68,48): warning CS8602: Dereference of a possibly null reference. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\UpdateHelper.cs(37,33,37,85): warning CS8600: Converting null literal or possible null value to non-nullable type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\UpdateHelper.cs(56,33,56,50): warning CS8601: Possible null reference assignment. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\UpdateHelper.cs(58,30,58,36): warning CS8602: Dereference of a possibly null reference. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\UpdateHelper.cs(61,31,61,37): warning CS8602: Dereference of a possibly null reference. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\UpdateHelper.cs(62,30,62,44): warning CS8601: Possible null reference assignment. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\UpdateHelper.cs(63,34,63,52): warning CS8601: Possible null reference assignment. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Helpers\UpdateHelper.cs(68,20,68,24): warning CS8603: Possible null reference return. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\SettingPages\SettingPage.xaml.cs(83,40,83,66): warning CS8600: Converting null literal or possible null value to non-nullable type. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\SettingPages\SettingPage.xaml.cs(94,113,94,139): warning CS8602: Dereference of a possibly null reference. 5>C:\Users\jpjm-\OneDrive\Bureaublad\DiskInfo-master\DiskInfo-master\DiskTools\DiskTools\Pages\SettingPages\SettingPage.xaml.cs(94,112,94,155): warning CS8604: Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.

error2

@HO-COOH

jarno9981 commented 1 year ago

find out you need this on vscommunity chat needtoaddthis

jarno9981 commented 1 year ago

link to forum https://developercommunity.visualstudio.com/t/vs-2019-does-not-find/536782

jarno9981 commented 1 year ago

this fixed .h error but the error payload still exists

jarno9981 commented 1 year ago

it says missing payload ' DiskInfoLibWint.pri & DiskInfoLibWint.dll '

jarno9981 commented 1 year ago

@HO-COOH

HO-COOH commented 1 year ago

That dll missing error means you did not built the DiskInfoWinRTLib project successfully, do a clean rebuild and post the error message (formated please cause it's so difficult to find out what's wrong) if any.

jarno9981 commented 1 year ago

That dll missing error means you did not built the DiskInfoWinRTLib project successfully, do a clean rebuild and post the error message (formated please cause it's so difficult to find out what's wrong) if any.

I will try that

jarno9981 commented 1 year ago

That dll missing error means you did not built the DiskInfoWinRTLib project successfully, do a clean rebuild and post the error message (formated please cause it's so difficult to find out what's wrong) if any.

Still fails

HO-COOH commented 1 year ago

@jarno9981 Post the error message then I will check, only the DiskInfoWinRTLib project, don't include the others.

jarno9981 commented 1 year ago

@jarno9981 Post the error message then I will check, only the DiskInfoWinRTLib project, don't include the others.

@HO-COOH

Error Image error

Output:

C:\Users\jpjm-\OneDrive\Bureaublad\TransFolder\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\pch2.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory (compiling source file GraphData.cpp)

C:\Users\jpjm-\OneDrive\Bureaublad\TransFolder\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\pch2.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory (compiling source file UtilityFx.cpp)

C:\Users\jpjm-\OneDrive\Bureaublad\TransFolder\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\pch2.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory (compiling source file SlotSpeedGetter.cpp)

C:\Users\jpjm-\OneDrive\Bureaublad\TransFolder\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\pch2.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory (compiling source file AtaSmart.cpp)

C:\Users\jpjm-\OneDrive\Bureaublad\TransFolder\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\pch2.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory (compiling source file NVMeInterpreter.cpp)

C:\Users\jpjm-\OneDrive\Bureaublad\TransFolder\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\pch2.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory (compiling source file OsInfoFx.cpp)

C:\Users\jpjm-\OneDrive\Bureaublad\TransFolder\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\pch2.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory (compiling source file AtaSmartExport.cpp)

C:\Users\jpjm-\OneDrive\Bureaublad\TransFolder\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\pch2.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory (compiling source file AtaSmartInfo.cpp)

C:\Users\jpjm-\OneDrive\Bureaublad\TransFolder\DiskInfo-master\DiskInfo-master\DiskInfoLibWinRT\pch2.h(49,10): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory (compiling source file Class.cpp)

HO-COOH commented 1 year ago

https://github.com/DiskTools/DiskInfo#develop-environment See this part. You are missing the C++ ATL MFC component

jarno9981 commented 1 year ago

https://github.com/DiskTools/DiskInfo#develop-environment See this part. You are missing the C++ ATL MFC component

Where can you download that

HO-COOH commented 1 year ago

Open Visual Studio installer, and search for ATL MFC component, install the ones for latest toolchain and x64 arch.