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進行編譯