CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
527 stars 137 forks source link

windows编译错误,已确认不是环境问题,注释相关错误代码可编译通过 #196

Closed be-water-myFriend closed 1 year ago

be-water-myFriend commented 1 year ago

Describe the bug 【Bug描述】 引用了不存在的_cef_browser_settings_t值

在win11 vs2019 上发生编译错误, 我看了对应的cef头文件,里面根本没有plugins这个类型;

我将截图的错误代码注释以后就能正常编译过,然后可以运行example的示例,说明我的编译环境没有问题;

Screenshots 【截图】 image

image

Environment 【BUG产生的环境】

be-water-myFriend commented 1 year ago

拉取最新的main分支可正常编译