下载代码
http://opensource.spotify.com/cefbuilds/index.html
CEF
cefsimple 示例
- 编译
libcef_dll_wrapper
静态库 - 创建新的项目
- 设置 include 目录到 cef 头文件目录
- 设置链接库 comctl32.lib, shlwapi.lib, rcprt4.lib, libcef_dll_wrapper.lib, libcef.lib, cef_sandbox.lib
- 添加 resource.rc
- 添加 cefsimple.exe.manifest 和 compatibility.manifest
- 绑定编译事件 post build: 将 cef debug 或 release 目录,Resources 目录复制到输出目录
常见问题
CefSettings
当嵌入到 windows 消息循环和 DuiLib 消息循环时,要设置 multi_threaded_message_loop
CefBrowser 和 CefFrame
CefBrowser 可以包含多个 CefFrame
CefApp
待补充
CefClient
是否支持 crx
1 | // 加载测试扩展,如果是 windows 或 linux,可以加上 --use-views 获得更好效果 |