Home > Back-end >  C builder CEF4 official quick installation
C builder CEF4 official quick installation

Time:11-08

Thank sczyq post made me know cef4 support c + + builder, but his installation instructions may be there are some mistakes need to change the things according to oneself, and then I went to the official installation is very simple,

1. Use Google browser to https://www.briskbard.com/index.php? Lang=en& Pageid=cef don't use ie browser I to report errors,
2. The Installation of the above part write very clear the Installation instructions, look not to understand or think of trouble just skip the next,
3. Use Google browser to https://github.com/salvadordf/CEF4Delphi; This page needs two things:
A. Special support BCB file tally the upper left corner of the green button "Clone or download the download the entire directory into your computer disk c, the default directory called CEF4Delphi - master,
2. Download the following 32 bit or 64 bit cef3 based file decompression after the Release and the Resources inside two copies all the files in the folder to before CEF4Delphi - master \ bin folder, (this component must be running with a pile of libraries, the generated exe, too, will be in this folder,)
4. Open the radstudio tools - & gt; The Options Delphi - & gt; Library - & gt; Add CEF4Delphi Library path - master and CEF4Delphi - master \ source,
5. Open the CEF4Delphi - master \ pakages \ CEF4Delphi dproj (if you want to use the monkey will open CEF4Delphi_FMX dproj), and then in the upper right corner of the editor project manager window to find CEF4Delphi. BPL, click the right mouse button build and then right click install


Call it a day!

CodePudding user response:

For the top, although temporarily can't use,

CodePudding user response:

With less than, has been with FF, not Chrome/Chromium, this component also can't use the

CodePudding user response:

refer to the second floor DelphiGuy response:
can't use, has used the FF, no Chrome/Chromium, this component also can't use


FF is what?

CodePudding user response:

FireFox

CodePudding user response:

The
reference 4 floor DelphiGuy reply:
FireFox


Is also a famous brand

CodePudding user response:

Can, this is for the use of Delphi under the ah, dproj c + + builder won't compile

CodePudding user response:

C + + builder trying times wrong:
[bcc32c Error] uCEFMiscFunctions. HPP (41) : conflicting types for 'TzSpecificLocalTimeToSystemTime'
Timezoneapi. H (73) : the previous declaration is here
[bcc32c Error] uCEFMiscFunctions. HPP (42) : conflicting types for 'SystemTimeToTzSpecificLocalTime'
Timezoneapi. H (62) : the previous declaration is here

Please instruct

CodePudding user response:

TzSpecificLocalTimeToSystemTime SystemTimeToTzSpecificLocalTime and two types of repeated statements,

CodePudding user response:

Delete the two statement is ok, but now have problems, I directly use LoadURL, compile run all goes well, just don't display the page out,
Specific how to use? Please give directions, thank you

CodePudding user response:

references 9 f winszhang response:
delete the two statement is ok, but now have problems, I directly use LoadURL, compile run all goes well, just don't display the page out,
Specific how to use? Please give directions, thank you


With LoadURL directly, in any event handler?

CodePudding user response:

Directly on the form and the main function, and can't

CodePudding user response:

11 references winszhang response:
directly on the inside of the form the main function, no


The constructor? Try to put ButtonClick,

CodePudding user response:

Good, to make must be brought.
  • Related