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.