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
282 stars 59 forks source link

Add support for Delphi XE2 #23

Closed hhonisch closed 2 years ago

hhonisch commented 2 years ago

We have a legacy application that's still developed with Delphi XE2, so it would be nice if you could add support for XE2. The required changes are really just marginal.

salvadordf commented 2 years ago

I'll take a look at your PRs in the weekend. Thank you very much! :D

hhonisch commented 2 years ago

Great. thanks for the feedback. :D

Am Do., 2. Juni 2022 um 18:34 Uhr schrieb Salvador Díaz Fau < @.***>:

I'll take a look at your PRs in the weekend. Thank you very much! :D

— Reply to this email directly, view it on GitHub https://github.com/salvadordf/WebView4Delphi/pull/23#issuecomment-1145072144, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5KFGM3TA674AHYAMQPW6DVNDPBHANCNFSM5XUR47VA . You are receiving this because you authored the thread.Message ID: @.***>

salvadordf commented 2 years ago

I merged the changes in uWVMiscFunctions.pas manually.

Older Delphi versions use a slightly different version of dproj files. Some of the format changes include a different data type in the DCC_DebugInformation tag.

I only have a Delphi 11.1 Pro license and I can't maintain older formats of dproj files.