Coder Social home page Coder Social logo

Comments (6)

SinyimZhi avatar SinyimZhi commented on June 11, 2024

最新的main把预编译包的下载解压给注释了,因为打算三个端用一个cef源码,我调整下吧。或者你可以把这行注释放开,再运行。

from webview_cef.

SinyimZhi avatar SinyimZhi commented on June 11, 2024

放开注释会在每一次运行时都会重新下载预编译包,可以第一次成功运行后将这行再注释。我稍后会提供一个新的预编译包以彻底解决这个问题。

from webview_cef.

yanwzhang avatar yanwzhang commented on June 11, 2024

编译第一次能够运行成功,编译第二次就又同样失败

from webview_cef.

SinyimZhi avatar SinyimZhi commented on June 11, 2024

编译第一次能够运行成功,编译第二次就又同样失败

@yanwzhang 第二次的报错截图能发下吗

from webview_cef.

yanwzhang avatar yanwzhang commented on June 11, 2024

我刚刚第二次又跑,跟第一次一样的错误,我重新开始,跑了16分钟才运行完成,虽然成功了,但中间很多webview_cef的错误
image

from webview_cef.

SinyimZhi avatar SinyimZhi commented on June 11, 2024

@yanwzhang 我刚更新了预编译包的地址,重新拉代码即可运行不用再改CMakeLists.txt,我自己重拉测试运行了几次。你图片里那些是警告,可以忽略,因为cef本身是C实现的,cef官方在声称在windows上是C++,实际上是内部提供了将C转C++和C++转C的方法,都存放在libcef_dll_wrapper里,这些方法都是使用原生C\C++代码和方法。flutter使用vs来管理、编译windows,但vc本身认为某些原生方法是不安全的,推荐使用一些安全方法。

from webview_cef.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.