Closed hafedh-trimeche closed 2 years ago
The DLLBrowser demo has all the code you need to put a CEF browser inside a DLL.
The single process mode is only intended for debugging purposes and it's a known cause of unexpected issues. In this case, you need to use a different EXE for the CEF subprocesses.
Read the code comments in that demo for more information.
Hello, Please note that I would call CEF Initialization/Finalization from DLL instead form DPR to keep Code unchanged.
And invoking Window creation from the Min Form:
But the Chromium Window has never been initialized and the application hangs preventing its close.
Best regards.