salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.2k stars 365 forks source link

Error: Cold not find GetProcessMitigationPolicy #452

Closed tebosoftware closed 1 year ago

tebosoftware commented 1 year ago

Good morning

I'm building a browser and testing the MiniBrowser demo, with all the dlls and dependencies in the executable folder, I'm getting the error: "Could not find procedure entry point GetProcessMitigationPolicy in interactive link library KERNEL32.dll. " I'm testing inside windows 7 professional SP1 and Delphi 10

tebosoftware commented 1 year ago

I discovery that chromium is not compatible with windows 7.

salvadordf commented 1 year ago

If you're using the latest CEF4Delphi version which includes Chromium 110 then this issue could be caused by the new operating system requirements that Google added to Chromium.

This means that Windows 7, 8/8.1, Windows Server 2012, and Windows Server 2012 R2 are not supported by Chromium 110.

If you need to support Windows 7 then use this CEF4Delphi release.