GithubHelp home page GithubHelp logo

CEF 2171.1899 update about cef-binary HOT 10 CLOSED

cefsharp avatar cefsharp commented on June 19, 2024
CEF 2171.1899 update

from cef-binary.

Comments (10)

amaitland avatar amaitland commented on June 19, 2024

@Bodekaer Do you need VS2012 libs? If your only interested in VS2013 then you can always comment out

https://github.com/cefsharp/cef-binary/blob/cef/trunk/build.ps1#L430

from cef-binary.

Bodekaer avatar Bodekaer commented on June 19, 2024

Yeah, I just did it actually. Compiling as we speak :)
It just wouldn't feel right to create a PR without VS2012.

I'm re-installing VS2012 to see if that helps too.

from cef-binary.

amaitland avatar amaitland commented on June 19, 2024

It just wouldn't feel right to create a PR without VS2012

Just revert that change directly before creating the PR 😄

from cef-binary.

amaitland avatar amaitland commented on June 19, 2024

My guess is that you'll need the relevant Windows SDK to make it work properly.

from cef-binary.

Bodekaer avatar Bodekaer commented on June 19, 2024

Yeah, turns out I just had a faulty install of VS2012. (never use it anymore)
Just re-installed and it appears to be compiling perfectly fine now.

Question: What's the next step? Do I need to wait for you to upload the NuGet somehow, or can I somehow locally start using the NuGet right away?

from cef-binary.

jornh avatar jornh commented on June 19, 2024

In the VS NuGet dialog you can configure a NuGet source simply by pointing to a local path.

from cef-binary.

jornh avatar jornh commented on June 19, 2024

http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds#Creating_Local_Feeds

from cef-binary.

amaitland avatar amaitland commented on June 19, 2024

When testing with the MinimalExample I usually just put a entry in the Nuget.config file

https://github.com/cefsharp/CefSharp.MinimalExample/blob/master/NuGet.config

Sample

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <add key="nuget.org" value="https://nuget.org/api/v2/" /> 
        <add key="staging.nuget.org" value="https://staging.nuget.org/api/v2/" /> 
        <add key="localPackages" value="c:\projects\cef-binary\nuget" /> 
    </packageSources>
    <activePackageSource>
        <add key="All" value="(Aggregate source)"  />
    </activePackageSource>
</configuration>

from cef-binary.

Bodekaer avatar Bodekaer commented on June 19, 2024

Works! Thanks a lot.

Everything seems to be fine. I just had to make a minor update to CefSharp.Core to support the "Inspect Element At" feature for DevTools, which I assume was a new feature recently added to CEF.

We now have native spell checker! Yeah! :)

from cef-binary.

Bodekaer avatar Bodekaer commented on June 19, 2024

Created PR #21
Not sure if this is relevant or not for others. Mainly for spell checking support.

from cef-binary.

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.