I'm having trouble following this simple tutorial to build a WebBrowser using fpCEF.
I downloaded the latest version of fpCEF from Github , for CEF version 3.2526, and its binaries I got from CEFBuilds (the only trusted place I found that had this old build).
Well, I'm using Lazarus 1.6 r51630 FPC 3.0.0 x86_64-win64-win32/win64
, I'm using Windows 10 x64.
When trying to run the program using the x64 binaries (putting 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 if I try to run the exe created directly I get the error External exception 80000003
If I try to run with the x86 (32-bit) binaries, I get the error OS Code 193
I'm almost inviting you to use an ActiveX control to load IE with so many errors with CEF.
What can I do to make fpCEF run?