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

Separate RunTime package into One for FMX and one for VCL #15

Closed lhengen closed 2 years ago

lhengen commented 2 years ago

I recently made use of your project to replace the TWebBrowser with the Edge engine. Thank you for open sourcing this project.

When it came time to deploying, I discovered that despite the fact that my application is for the VCL, I now need to deploy the FMX BPL (~12Mb) because the run-time package includes the FMX browser and related classes. I have removed those references and compiled a different run-time package, but as a result, it makes it hard to manage your repo as a Git sub-module and keep everything up to date.

Would you please separate the run-time package into one for the VCL and one for FMX and have the Design-time package use both of them?

salvadordf commented 2 years ago

Thanks for reporting this issue! I'll create separate packages.

salvadordf commented 2 years ago

All your changes are merged now. Thanks again!