2013-02-01 66 views

回答

0

看來我使用的是舊版本的CEF,與它在那裏引用的內容相比。

0

看來,http://xilium.bitbucket.org/cefglue/是死鏈接,您可以下載。

但是,這是一種解決方法。

從這裏下載二進制文件: http://opensource.spotify.com/cefbuilds/index.html

我使用: 2017年9月30日 - CEF 3.3163.1671.g700dc25 /鉻61.0.3163.91

從這裏下載源代碼: https://bitbucket.org/xilium/xilium.cefglue/downloads/

編輯文件: xilium-xilium.cefglue-cc23b1​​4f414c \ CefGlue \互操作\ version.g.cs

我改變了匹配的散列:

//public const string CEF_API_HASH_PLATFORM_WIN = "320c07833219b7b5aca7fc04e186eb9c5b4bca31"; 
    public const string CEF_API_HASH_PLATFORM_WIN = "7073dfbda7859ff1a53ac4d30d6e9d4fc8e96b7e"; 

構建Windows窗體演示。

將文件複製來源: cef_binary_3.3163.1671.g700dc25_windows32 \發佈*

要: xilium-xilium.cefglue-cc23b1​​4f414c \ CefGlue.Demo.WinForms \ BIN \ 86 \調試

而且複製資源: cef_binary_3.3163.1671.g700dc25_windows32 \資源*

要: xilium-xilium.cefglue-cc23b1​​4f414c \ CefGlue.Demo.WinForms \ BIN \ 86 \調試

然後運行演示應該可以工作。

相關問題