Sven Cornelis
Sven Cornelis

Reputation: 331

CEFGlue version API Hash

I have tried to run the example in c# (http://xilium.bitbucket.org/cefglue/) but it says: "CEF Version Hash API is not the same". Although I have downloaded the CEF version(CEF 3.1650.1503) reported here: http://xilium.bitbucket.org/cefglue/ And included it as a reference...

Is there a complete VS solution available with all correct dependencies included?

Upvotes: 1

Views: 2875

Answers (1)

Czarek Tomczak
Czarek Tomczak

Reputation: 20675

That cefglue page seems to be outdated. Go to sources: https://bitbucket.org/xilium/xilium.cefglue/src/ > Click Tip > Tags. Binaries for given tag (v3.branch.revision) can be downloaded from http://www.cefbuilds.com/ .

Upvotes: 1

Related Questions