GithubHelp home page GithubHelp logo

Comments (10)

amaitland avatar amaitland commented on June 20, 2024

You'll need to download the x64 and x86 versions from http://cefbuilds.com/#branch_2062

Unzip and copy into their relevant folders.

from cef-binary.

rover886 avatar rover886 commented on June 20, 2024

Okay, thanks I started downloading. Just for knowledge how you decide which branch need to download. I mean How you decided to download branch 2062 whereas more other version are available on that website.

from cef-binary.

amaitland avatar amaitland commented on June 20, 2024

If you look closer you'll see that 2062 builds say something like Chromium 37.0.2062.94, which means it's version 37. The master branch is setup to build versions for 39, so you'll have to look back through the history and pick the last 37 version.

from cef-binary.

rover886 avatar rover886 commented on June 20, 2024

Thanks a lot.

from cef-binary.

rover886 avatar rover886 commented on June 20, 2024

I tried as you said, after downloading and extracting cef-binary-master.zip which is having blank cef_binary_3.y.z_windows64 and cef_binary_3.y.z_windows32 folders I downloaded cef_binary_3.2062.1930_windows32 and cef_binary_3.2062.1930_windows64 and extracted all its content to there respective folder.

Then I modified build.ps1 as

switch -Exact ($Target) {
"nupkg" {
    #VSX v120
    #VSX v110
    VSX v100
    Nupkg
}
"nupkg-only" {
    Nupkg
}
"vs2013" {
    VSX v120
}
"vs2012" {
    VSX v110
}
"vs2010" {
    VSX v100
}
}

After running this file from power shell I got this message:

    206 Warning(s)
    103 Error(s)

    Time Elapsed 00:00:27.55

    Die : Build failed
At E:\Downloads\cef-binary-master_V37\cef-binary-master\build.ps1:240 char:12
+         Die <<<<  "Build failed"
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Die

There are so many errors on power shell window, don't know which to post. I also tried by opening cefclient2010.sln (32 bit) in VS2010 and build the solution but got error as error C2220: warning treated as error - no 'object' file generated. Where I am doing wrong?

from cef-binary.

amaitland avatar amaitland commented on June 20, 2024

master = 2171, you'll need to go through the commit history and find the last 2062 commit.

from cef-binary.

rover886 avatar rover886 commented on June 20, 2024

okay, is this https://github.com/cefsharp/cef-binary/tree/2e18189fc4deaa5c70069fb5402a101371a8e4f4 is the last commit on 2062, just confirm please?

from cef-binary.

amaitland avatar amaitland commented on June 20, 2024

Yep, that's it.

from cef-binary.

rover886 avatar rover886 commented on June 20, 2024

I tried with downloading cefsharp-cefbinary for 2062 version. and executed build.ps1. This time also it got ended with error 😢

    206 Warning(s)
    103 Error(s)

Time Elapsed 00:00:31.06

Die : Build failed
At E:\Downloads\cef-binary-37\cef-binary-37\build.ps1:298 char:12
+         Die <<<<  "Build failed"
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Die

I observed first occurrence of error and warning it's as below

D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\typeinfo(157): error C2220: warning treated as error - n
o 'object' file generated [E:\Downloads\cef-binary-37\cef-binary-37\cef_binary_3.y.z_windows32\libcef_dll_wrapper.vcxpr
oj]
D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\typeinfo(157): error C2220: warning treated as error - n
o 'object' file generated [E:\Downloads\cef-binary-37\cef-binary-37\cef_binary_3.y.z_windows32\libcef_dll_wrapper.vcxpr
oj]
D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\typeinfo(157): warning C4275: non dll-interface class 's
tdext::exception' used as base for dll-interface class 'std::bad_cast' [E:\Downloads\cef-binary-37\cef-binary-37\cef_bi
nary_3.y.z_windows32\libcef_dll_wrapper.vcxproj]
          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\exception(218) : see declaration of 'stdext::e
  xception'
          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\typeinfo(156) : see declaration of 'std::bad_c
  ast'

from cef-binary.

amaitland avatar amaitland commented on June 20, 2024

@rover886 Did you sort this? Can we close? From other comments it sounds like you got things working.

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.