cefsharp / cef-binary

NuGet repackaging of the CEF binaries provided by Chromium Embedded Framework
https://cef-builds.spotifycdn.com/index.html
Other
110 stars 87 forks source link

CEF now requires Visual Studio 2019 #96

Closed amaitland closed 3 years ago

amaitland commented 3 years ago

Issue https://bitbucket.org/chromiumembedded/cef/issues/3140/update-include-base-for-c-11-14-features will bring changes that will likely drop support for compiling the wrapper with older VS versions, this may force us to upgrade to VS2019.

amaitland commented 3 years ago

More details https://groups.google.com/g/cef-announce/c/IMgnaeWipwc/m/so6nGWgWBgAJ

amaitland commented 3 years ago

Build failed https://ci.appveyor.com/project/cefsharp/cef-binary-5r1rw/builds/40187111

The old version of CMake doesn't support VS2019 (#70)

Will need to look at upgrading to the latest cmake and resolving the AppVeyor specific build issue.

amaitland commented 3 years ago

Issue #70 should now be resolved. The first VS2019 successful build is https://ci.appveyor.com/project/cefsharp/cef-binary/builds/40187622