Unable to initialize CefVie #519
atanu-bandyopadhyay
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
// Unverified params: application, windows_sandbox_info
// Execute
int _retval = cef_initialize(
&args, &settings, CefAppCppToC::Wrap(application), windows_sandbox_info);
// Return type: bool
when I am trying to intialize this code throwing exception,, even QCefSetting.. I am using Qt-5.15.17
Beta Was this translation helpful? Give feedback.
All reactions