Page 1 of 1

SimpleCEFDLL

PostPosted: Wed Dec 06, 2017 5:56 am
by nicholask
I found this project

https://github.com/lmsp/SimpleCEFDLL

and it was exactly what I was looking for. This way I can add support for a cool webbrower in my native Windows application (using C++ / Windows SDK) instead of using IE Webb browser ActiveX control. It's working fine but it relies on branch 1650

https://bitbucket.org/chromiumembedded/cef/branch/1650

which seems to be a bit outdated. I'm a CEF-beginner and my question is if there is any way to upgrade the core components to make it more up-to-date or do I have to redo all the work from the branch again?

Re: SimpleCEFDLL

PostPosted: Wed Dec 06, 2017 12:45 pm
by magreenblatt
See https://bitbucket.org/chromiumembedded/cef-project for the recommended way of using CEF.