Skip to content
areslion edited this page Feb 12, 2018 · 2 revisions

QT 5.8 32bit VS2013 32bit Win7-64 which cloned form https://github.com/vladon/QtCefExample.git

Found one unsolved bug: when exit from the application,there will be one unexception happend issued by CefShutdown() calling. Spent much more time to find knowledge to solve it,but failed!

Although we can add SetErrorMode(SEM_NOGPFAULTERRORBOX); before CefShutdown(); but it doesn't resolve the unexception.

Clone this wiki locally