这些是使用CefSharp编译项目时包含的文件:
文件名 | 始终必须 | 描述 | Release版本 |
---|---|---|---|
CefSharp.BrowserSubprocess.exe | 是 | Browser subprocess executable | 所有 |
CefSharp.BrowserSubprocess.Core.dll | 是 | Browser subprocess stuff | 所有 |
CefSharp.Core.dll | 是 | Core library for CefSharp | 所有 |
CefSharp.dll | 是 | Core library for CefSharp | 所有 |
CefSharp.Wpf.dll | 否 | WPF controls for CefSharp | 所有 |
CefSharp.WinForms.dll | 否 | WinForms controls for CefSharp | 所有 |
d3dcompiler_43.dll | 是, XP | cef library | 所有 |
d3dcompiler_47.dll | 是, Vista+ | cef library | 所有 |
ffmpegsumo.dll | 否 | HTML5 audio and video support | 43 和之前 |
libcef.dll | 是 | Core cef library | 所有 |
swiftshader\libEGL.dll | 否 | HTML5 accelerated content support | 所有 |
swiftshader\libGLESv2.dll | 否 | HTML5 accelerated content support | 所有 |
pdf.dll | 否 | 支持 PDF 和打印 | 所有 |
icudtl.dat | 是 | 支持 Unicode | 所有 |
cef.pak | 是 | WebKit image and inspector resources | 所有 |
cef_100_percent.pak | 是 | WebKit image and inspector resources at 100% DPI | 所有 |
cef_200_percent.pak | 是 | WebKit image and inspector resources at 200% DPI | 所有 |
chrome_elf.dll | 是 | crash detection and reporting | 55 和之后 |
devtools_resources.pak | 否 | WebKit image and inspector resources | all |
locales\*.pak | 是** | Localized strings for WebKit UI controls | all |
natives_blob.bin | 是 | Required by core cef library | 43 和之后 |
snapshot_blob.bin | 是 | Required by core cef library | 43 和之后 |
v8_context_snapshot.bin | 是 | Required by core cef library 本文 codebye.com 翻译 | 63 和之后 |
该列表可能已过期或不完整,有关更多参考,请参阅:https://github.com/cefsharp/CefSharp/wiki/Output-files-description-table-(Redistribution)
注意:
- 如果没有cef_100_percent.pak或cef_200_percent.pak,滚动条将变成红色(取决于您的DPI)。如果禁用pak加载,您也会遇到同样的问题。
- **区域设置某些条件下是必须的,如果没有它们,上下文菜单之类的功能将显示空项目。字体可能显示得比应显示的要小。
Visual C++
对于65及更高版本,您将需要 Visual C++ Redistributable Packages for Visual Studio 2015
对于43及更高版本,您将需要 Visual C++ Redistributable Packages for Visual Studio 2013
对于41及更低版本,您将需要 Visual C++ Redistributable for Visual Studio 2012 Update 4
VC++
分 x86
和 x64 版本,请确保安装与目标体系架构匹配的版本。(例如:x86架构安装x86版本)
.Net Framework
对于51及更高版本,您需要.Net 4.5.2或更高版本
对于较旧的版本,您至少需要.Net 4.0