Page 1 of 1

CEF4 in .so library under Linux

Posted: Thu May 30, 2024 1:56 pm
by Ekans
Hi, is there any example how to use CEF4 in Linux library?

Re: CEF4 in .so library under Linux

Posted: Thu May 30, 2024 2:26 pm
by salvadordf
Hi,

I've never done an SO library using Lazarus but I guess it should be possible.

The Delphi_VCL\DLLBrowser and the Lazarus_Linux_Console\ConsoleBrowser demos have all the code needed to create a CEF browser in an SO library.

Re: CEF4 in .so library under Linux

Posted: Fri May 31, 2024 4:48 am
by Ekans
Thanx! I'll try to figure it out.

Re: CEF4 in .so library under Linux

Posted: Sun Jun 02, 2024 4:30 pm
by salvadordf
Hi,

I just uploaded the Lazarus_Linux_Console\LibraryBrowser demo that uses an SO library in Linux.
Read the code comments in librarybrowser.lpr

Re: CEF4 in .so library under Linux

Posted: Wed Sep 04, 2024 11:08 am
by Ekans
Wow! Thank you so much!