cef4delphi

Translating JS extension demo (CEF4Delphi) from Delphi to C++Builder fails OnWebKitInitialized

☆樱花仙子☆ 提交于 2019-12-11 17:58:00
问题 I want to build the JS Extension demo project included with CEF4Delphi downloaded from https://github.com/salvadordf/CEF4Delphi, which has been installed on C++Builder XE7. My goal is to send messages and variables from Chromium (webpage, javascript) to native C++ function. I found the delphi demo which works good. But I need to translate to C++Builder, and I translated almost of code. It works good if I do not set OnWebKitInitialized member of TCefApplication. But I need to set in order to