wppconnect-team / WPP4Delphi

WPP4Delphi is an open-source project with the aim of exporting functions from WhatsApp Web for Delphi, which can be used to support the creation of any interaction.
Apache License 2.0
205 stars 67 forks source link

uTWPPConnect.Console Chromium1.OnConsoleMessage has incompatible parameter list #77

Closed enricogaggero closed 5 months ago

enricogaggero commented 5 months ago

Cattura

marcelo386 commented 5 months ago

what is the version of your delphi and CEF4Delphi?

enricogaggero commented 5 months ago

Embarcadero® Delphi 12 Version 29.0.50491.5718

uCEFVersion.inc CEF_SUPPORTED_VERSION_MAJOR = 122; CEF_SUPPORTED_VERSION_MINOR = 1; CEF_SUPPORTED_VERSION_RELEASE = 13; CEF_SUPPORTED_VERSION_BUILD = 0;

CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR; CEF_CHROMEELF_VERSION_MINOR = 0; CEF_CHROMEELF_VERSION_RELEASE = 6261; CEF_CHROMEELF_VERSION_BUILD = 130;