Reputation: 415
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
Reputation: 186
P.S. All 64bit builds of CEF3 are marked as "experimental".
Upvotes: 1