salvadordf / WebView4Delphi

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
https://www.briskbard.com/forum/
MIT License
280 stars 56 forks source link

Thinfinty #25

Closed NDzubiel closed 2 years ago

NDzubiel commented 2 years ago

Hello,

when I try to use your implementation with Thinfinity (https://www.cybelesoft.com/thinfinity/virtualui/), I get the error message: error code 0x80070005 ... any idea where to look ?

Nils

salvadordf commented 2 years ago

Something similar happens when you try to use Thinfinity with CEF4Delphi. https://github.com/salvadordf/CEF4Delphi/issues/391

Thinfinity doesn't seem to allow the app to launch subprocesses. In the case of WebView2 the app executes several msedgewebview2.exe subprocesses.

My trial period is over and I can't keep testing. Can you run Chrome or Edge inside Thinfinity?