Greetings. Is it possible to process CEF messages with a separate function one by one? The problem is that the CEF in my application should be in a separate DLL, so I cannot bind it to the main message processing loop directly, but I could call from that cycle (at each iteration) a function that would process the messages from CEF. Perhaps someone has already encountered such a problem - respond. Thank.

    1 answer 1

    I created the main window via Win32, passed a handle to the DLL and created a browser context (setAsChild) and it all worked. The browser was tied to the main loop and everything is fine.