VS2017 compiled version of the high cef

Just use research cef cef beginning 78 or 79 versions of the compiler source code, then some problems, and finally replaced by a version of the low cef_binary_3.2704.1414.g185cd6c_windows64.tar.bz2 successfully compiled and used on several articles.
This paper attempts to address the high version of the compiler errors.
CEF version: cef_binary_79.0.10 + ge866a07 + chromium-79.0.3945.88_windows64
use CMake-GUI tool to configure VS2017 x64 can successfully compile libcef_dll_wrapper.lib
but errors when compiling cefsimple and cefclient:

 

According to Building the 64-bit version of Chromium Embedded Framework on Windows way to modify the "Post-build event," the script, there is no effect, or the same compilation error .
The main purpose of event generation after the script is to copy the program files required to run (e.g., pak, etc.) to the resulting path.
Try "After generating the incident" is disabled, manually copy, the application can not run, suggesting incompatible program is running.

 

 Finally, after relentless attempts, the ultimate solution: CMake-GUI reconfiguration, scratched USE_ATL and USE_SANDBOX reopen cef.sln after successfully compile successfully!

 

 

 

 

 High compiled version cef experience for reference purposes only!

Guess you like

Origin www.cnblogs.com/MakeView660/p/12172839.html