salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.19k stars 363 forks source link

uMiniBrowser.pas(139,23) Error: Identifier not found "ICefMediaAccessCallback" #522

Closed panjunqiao closed 3 weeks ago

panjunqiao commented 3 weeks ago

企业微信截图_20240626181232

salvadordf commented 3 weeks ago

Hi,

Open the cef4delphi_lazarus.lpk package, build it and install it.

After that Lazarus will restart and then open the MiniBrowser demo found in CEF4Delphi\demos\Lazarus_Windows\MiniBrowser

That project requires the CEF4Delphi_Lazarus package and it should find ICefMediaAccessCallback because it's available in the uCEFInterfaces unit.

panjunqiao commented 3 weeks ago

I have successfully run it, thank you very much!