Open GoogleCodeExporter opened 9 years ago
It is a CEF issue. My colleague have it resolved and will post changes into
chromiumembedded source tree within few days. He also fixed the problem with no
audio when opening media files.
Original comment by sebast...@lastowski.com
on 21 Sep 2010 at 3:50
It hangs because Chromium doesn't free some resources at the end. Also
cef_initialize and cef_shutdown cannot be invoked from DllMain.
I've written proxy dll which does cleanup (libcef_proxy). If you want use
Chromium in dll, you must use cefpas from the attachment and declare {$DEFINE
BROWSER_DLL}.
Cefpas.zip is mixed version r10 and my own cef_binary_r100 implementation based
on dcef-v0.1. It has some fixes due to r10.
Original comment by vtools...@gmail.com
on 22 Sep 2010 at 1:43
Attachments:
ceflib.pas updated to cef revision 107
Original comment by vtools...@gmail.com
on 24 Sep 2010 at 9:27
Attachments:
Could you please create a zip release which contains cefpas and libcef_proxy
binary for r100 release?
Original comment by magnus12...@gmail.com
on 13 Oct 2010 at 11:21
It seems V-0.2 has the same behaviour in dll mode.
It hangs with access violation at application close.
Is it possible to merge dll support into V-0.2 and create a new proxy_dll for
chromium r100?
Original comment by magnus12...@gmail.com
on 13 Oct 2010 at 5:26
Nor V 0.3
Original comment by magnus12...@gmail.com
on 7 Jan 2011 at 11:33
I have the same problem in dcef-r275.
As in the cefpas.zip I moved the call CefUnloadLib (where we call cef_shutdown)
to the destructor, but it did not help - sometimes the error disappears,
sometimes not.
Original comment by briginevich
on 27 Apr 2012 at 2:01
Original issue reported on code.google.com by
sebast...@lastowski.com
on 1 Sep 2010 at 9:24Attachments: