Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest QtAV GitHub revision 3b93799 (2022-01-13) does not compile against Qt 6 under Windows #1405

Open
pkl97 opened this issue Jan 14, 2022 · 0 comments

Comments

@pkl97
Copy link

pkl97 commented Jan 14, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant