2
I’m having trouble following this simple tutorial building a Webbrowser using fpCEF.
I downloaded the latest version of fpCEF straight from Github, for version 3.2526 of CEF, and its binaries I took from Cefbuilds (only reliable place I found that had this old build already).
Well, I’m using the Lazarus 1.6 r51630 FPC 3.0.0 x86_64-win64-win32/win64
, I am using Windows 10 x64.
When trying to run the program using the x64 binaries (placing them as the tutorial has passed) the program does not open and the debug window appears with the following lines:
00007FFA02F74163 4883c428 add $0x28,%rsp
And in case I try to directly run the created exe I get the error External exception 80000003
If I try to run with x86 (32 bit) binaries, I get the error OS Code 193
I’m almost appealing to use an Activex control to load IE with so many errors with CEF.
What can I do to make the fpCEF run?
Thanks! I will test here and if it works milestone as correct!
– Vico
It worked! Including compiling the project to a separate folder (in which case the project was in src and the executable (with the CEF files) in the bin. I suggest editing the answer and adding that warning not to run the program by Lazarus using F9, except that excellent answer! Thank you very much!
– Vico
OK was added.
– Luciano Andress Martini