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.2k stars 365 forks source link

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

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 CEF4DelphiVCLFMX_Register. Disable it to avoid this issue.