Page 1 of 1

embed into Win32 DLL child HWND

PostPosted: Mon Jul 06, 2020 12:48 pm
by programaudio2
I am looking to embed CEF3 into a C++ Win32 plug-in.
The parent executable provides a parent HWND for the UI view.

I am implementing ExecuteProcess() within my Dllmain() OnProcessAttach function, but CEF3 seems to be spawning additional instances of the parent executable.

Does CEF3 have to be implemented directly within a .exe application, or is it possible to embed it within a DLL?

Re: embed into Win32 DLL child HWND

PostPosted: Mon Jul 06, 2020 1:58 pm
by magreenblatt
See here for a similar discussion.