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

Delphi can't find ToolsAPI.pas or designide.dcp #40

Closed salvadordf closed 1 year ago

salvadordf commented 1 year ago

Some Delphi installations seem to have problems locating the ToolsAPI.pas unit or the designide.dcp file and it's not possible to build the project.

Delphi should have the following files and directories :

Delphi should have this entry in the library path for Windows 32-bit : $(BDSLIB)\$(Platform)\release

The browsing path should have this entry for Windows 32-bit and Windows 64-bit : $(BDS)\source\ToolsAPI

salvadordf commented 1 year ago

The latest version has a ADDSPLASHSCREENLOGO DEFINE in WebView4DelphiVCL_register. Disable it to avoid this issue.