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
When trying to compile the latest QtAV version against Qt 6 under Windows several compile errors occur.
This is the first encountered:
VideoDecoderDXVA.cpp
E:\QtAV\1.13.0-20220113\QtAV\src\codec\video\VideoDecoderDXVA.cpp(101): error C2039: 'windowsVersion': is not a member of 'QSysInfo'
E:\Qt\6.2.1\qt\install\include\QtCore\qsysinfo.h(53): note: see declaration of 'QSysInfo'
E:\QtAV\1.13.0-20220113\QtAV\src\codec\video\VideoDecoderDXVA.cpp(101): error C3861: 'windowsVersion': identifier not found
E:\QtAV\1.13.0-20220113\QtAV\src\codec\video\VideoDecoderDXVA.cpp(101): error C2039: 'WV_VISTA': is not a member of 'QSysInfo'
E:\Qt\6.2.1\qt\install\include\QtCore\qsysinfo.h(53): note: see declaration of 'QSysInfo'
E:\QtAV\1.13.0-20220113\QtAV\src\codec\video\VideoDecoderDXVA.cpp(101): error C2065: 'WV_VISTA': undeclared identifier
E:\QtAV\1.13.0-20220113\QtAV\src\codec\video\VideoDecoderDXVA.cpp(272): error C2039: 'sprintf': is not a member of 'QString'
E:\Qt\6.2.1\qt\install\include\QtGui/qwindowdefs.h(79): note: see declaration of 'QString'
After revision ce21c55 I was under the impression that QtAV is now compatible with Qt 6.
Are there any plans to fix Windows compatibility?
The text was updated successfully, but these errors were encountered:
When trying to compile the latest QtAV version against Qt 6 under Windows several compile errors occur.
This is the first encountered:
After revision ce21c55 I was under the impression that QtAV is now compatible with Qt 6.
Are there any plans to fix Windows compatibility?
The text was updated successfully, but these errors were encountered: