Replies: 2 comments 1 reply
-
This should be the problems of c++ language standard |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I'm hoping to use QCefView in a project and really appreciate the devs involved!
I have it building with VS2022 using Qt 5.15.2 or 6.7, using the CEF version that is in git: 113.3.1+g525fa10+chromium-113.0.5672.128
I updated the CEF version in QCefView\cmake\CefViewCoreConfig.cmake to the latest: 123.0.12+gb15e34c+chromium-123.0.6312.107
Then ran the generate-win-x86_64 script.
Now I get a bunch of build errors when I try to build in VS or command line. Stuff like this:
Does anyone know what I'm doing wrong? I tried using Qt 5.12, 5.15, and 6.7.
Beta Was this translation helpful? Give feedback.
All reactions