Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
[dcc32 Error] uCEFCookieManager.pas(60): E2291 Missing implementation of interface method ICefCookieManager.SetCookie
[dcc32 Error] uCEFCookieManager.pas(60): E2291 Missing implementation of interface method ICefCookieManager.SetCookieProc
[dcc32 Fatal Error] uCEFCookieManager.pas(498): F2063 Could not compile used unit 'uCEFDeleteCookiesCallback.pas'
How fix this problem?
Demo MiniBrowser
If you remove it Chromium1.DefaultURL := MINIBROWSER_HOMEPAGE;
And try to open it chrome://version/
The program crashes, this has never happened before.
On the other hand, if you do this, there is no mistake.
Chromium1.DefaultURL:= 'chrome://version/';
What went wrong?
This is not the only problem (
When modifying the link via TUrlParts, the app also crashes, not just the function doesn't work.
Perhaps this is somehow related.