Page 1 of 1

load libcef.so dynamically in linux

PostPosted: Tue Mar 24, 2020 12:41 pm
by Yubtest
Hi All,

Is there any way to load libcef.so dynamically from libcef_dll_wrapper?

Basically I want to delay load libcef.so in Linux.

I have seen CefScopedLibraryLoader in Mac and on Windows we can already use /DELAYLOAD:libcef.dll. What is the method to have same in Linux.

Please suggest

Thanks
Anupama

Re: load libcef.so dynamically in linux

PostPosted: Tue Mar 24, 2020 12:44 pm
by magreenblatt
You would need to implement support for CefScopedLibraryLoader on Linux.

Re: load libcef.so dynamically in linux

PostPosted: Tue Mar 24, 2020 12:55 pm
by Yubtest
Is there any documents related to that?

or is there any alternative to do the same?

Re: load libcef.so dynamically in linux

PostPosted: Tue Mar 24, 2020 1:05 pm
by magreenblatt
There are no documents. There may be alternatives.