CEF
chormeFx 为针对.Net的CEF框架,下载链接为: https://bitbucket.org/chromiumfx/chromiumfx
点击Download可以下载chromiumFX的相关代码,工程为VS2015版本。
解压工程,可以得到动态库和Demo工程,需要自己编译才能生成所需库文件,编译过程如下:
- Clone the repo and update to top revision.
- Read cef/README.txt for the required CEF version.
- Download the required CEF binary packages for Windows 32-bit and/or 64-bit from the CEF download page or https://cefbuilds.com/ or http://opensource.spotify.com/cefbuilds/index.html.
- Extract Resources into cef/Resources, 32-bit Release into cef/Release and/or 64-bit Release into cef/Release64.
- Copy cef/Resources/icudtl.dat into cef/Release/ and/or cef/Release64.
教程
注意
工程版本为vs2015,不能使用vs2013进行编译