Page 1 of 1

Windows 2008R2 Datacenter

Posted: Thu Jan 23, 2020 3:55 pm
by Pascal
Hi,

I have an issue with CEF4Delphi 79.0.10 when using Windows 2008R2 Datacenter. When my application starts the user get the following error messages (attached):
The procedure entry point K32EnumProcessModules could not be located in the dynamic link library KERNEL32.DLL
Next it shows
Error loading libcef.dll
Error coce: 0x0000007F

Any idea why it doesn't work on Windows 2008R2 Datacenter?

Regards,
Pascal

Re: Windows 2008R2 Datacenter

Posted: Thu Jan 23, 2020 5:37 pm
by salvadordf
Hi,

I don't have Windows 2008R2 and I can't test it but I though it was supported by Chromium.

As you can see here, EnumProcessModules is used by Chromium :
https://cs.chromium.org/search/?q=EnumP ... um&type=cs

Please, download the official CEF sample application from here :
http://opensource.spotify.com/cefbuilds ... nt.tar.bz2

Decompress it and run "cefclient.exe" in Windows 2008 to verify that this is a Chromium issue.

Perhaps that system needs to apply some Windows update.

Maybe someone in the official CEF forum can help you if you get the same error when you try "cefclient.exe".
http://www.magpcss.org/ceforum/

I'm sorry but I can't help you. :oops: