salvadordf/CEF4Delphi

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

salvadordf opened this issue · 1 comments

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 :

  • C:\Program Files (x86)\Embarcadero\Studio\ xx.xx \source\ToolsAPI : ToolsAPI.pas should be in this directory.
  • C:\Program Files (x86)\Embarcadero\Studio\ xx.xx \lib\win32\release : designide.dcp should be in this directory.

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

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