Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Demo doesn't show the form.

Post Reply
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Demo doesn't show the form.

Post by salvadordf »

Taro wrote: Wed Mar 15, 2017 9:20 am I did these....
- Add the CEF4Delphi's cource dir to the Library path.
- Build and install the CEF4Delphi.
- Some files copy to C:\Windown\System32 from Release dir of cef_binary_3.2924.1571.gcdcdfa9_windows64
- Some files copy to C:\Windows\SysWOW64 from Release dir of cef_binary_3.2924.1571.gcdcdfa9_windows32
The form doesn't show up because CEF4Delphi checks the integrity of the CEF3 binaries before the application starts.
In your case, it can't find the binaries and the application is not run.

You must copy the Release and Resources folders of the CEF3 binaries to the directory of your application's exe.
If your app is 32bit then copy the 32bit binaries. Don't mix 32bit and 64bit binaries.
Post Reply