Xilium.CefGlue demo project does not show up

I'm trying to run demo project that comes with Xilium.CefGlue repository on Bitbucket.

When I run it, it goes into Initialize() method of CefRuntime class, and after(during) libcef.initialize(n_main_args, n_settings, n_app) program just stops.

I tried different version of icudt.dll and libcef.dll libraries for both x86 and x64 (actually I need x64). When there is library mismatch, exception is shown, but nothing shows up in my case.

I think, it's pretty elementary problem, but I've already spent a lot of time and still can't solve it. Any help will be appreciated.

Upvotes: 1

Views: 1073

Answers (1)

synh
synh

Reputation: 186

  1. Check the system log for errors.
  2. Look into the commit logs of the current branch: you can see the version 'libcef' needed.
  3. Check the application layout:http://code.google.com/p/chromiumembedded/wiki/GeneralUsage#Application_Layout

P.S. All 64bit builds of CEF3 are marked as "experimental".

Upvotes: 1

Related Questions