About 257,000 results
Open links in new tab
  1. Cefsharp (Libcef.dll) program crashes after opening web page from WPF

    Oct 11, 2024 · Cefsharp (Libcef.dll) program crashes after opening web page from WPF Asked 1 year, 2 months ago Modified 1 year, 2 months ago Viewed 800 times

  2. c++ - How to add CEF to project as a lib? - Stack Overflow

    Apr 26, 2021 · I created my custom ConsoleApplication1 (code sample will be available below), linked Debug/libcef.lib from root of CEF binary folder and libcef_dll_wrapper/Debug/libcef_dll_wrapper.lib …

  3. How can I reduce the LibCef.dll size for install package

    Jan 18, 2021 · How can I reduce the LibCef.dll size for install package Asked 4 years, 11 months ago Modified 4 years, 11 months ago Viewed 3k times

  4. browser - CefGlue on Linux: Unable to load shared library 'libcef' or ...

    Oct 20, 2022 · CefGlue on Linux: Unable to load shared library 'libcef' or one of its dependencies Asked 3 years, 2 months ago Modified 4 months ago Viewed 2k times

  5. Compile Chromium-Embedded 3 project statically with libcef_static.lib

    Feb 24, 2015 · It is compiled OK. Then according to CEF Linking different runtime libraries I've tried to compile cefsimple example with libcef_static.lib (previously of course compiled it as in build …

  6. How can i debug CEF3 / libcef.dll in Delphi and collect info about ...

    Feb 3, 2020 · The libcef library has some fatal way of allocating memory and in itself leads to constant memory leaks. These leaks and misallocation quickly lead to the use of virtually all available …

  7. Debug libcef.dll while running a host app that uses cefsharp

    We did a custom DEBUG build for cef version 84.1.1 to add codec support, and I am able to add a debug point to the libcef code (e.g. to file \cef\libcef_dll\libcef_dll2.cc) and attach the visual studio …

  8. c++ - CEF 3; "libcef.dll" not found when starting render process (but ...

    Jan 27, 2017 · CEF 3; "libcef.dll" not found when starting render process (but works fine when running under single process) Asked 8 years, 11 months ago Modified 8 years, 11 months ago Viewed 1k times

  9. How to use Chromium Embedded Framework with Visual Studio 2017 …

    Jul 17, 2017 · I would like to use CEF with VS 2017 using C++ (not C#, so CEFSharp won't work here). I can't quite understand how to do this. From what I have read, it seems like I need to build the source …

  10. c# - Could not load file or assembly 'CefSharp.dll' or one of its ...

    libcef.dll (The core Chromium DLL, which basically contains the web browser + the CEF embeddability interface which we depend on) icudt.dll (Unicode DLL for Chromium, must also be present) …