I was following this guide: https://bitbucket.org/chromiumembedded/ ... ckStart.md to build CEF with h.264 support.
Everything when smoothly.
If I go to this folder: C:\code\chromium_git\chromium\src\out\Release_GN_x64 I can run the cefclient.exe and everything works.
I have also downloaded same version of CefGlue (I know that CEF and CefGlue needs to be the same version).
In the cefglue-5195\CefGlue.Demo.WinForms\bin\Release\net5.0-windows folder I have copied all this files from the Release_GN_x64 directory.
When I run the CefGlue WinForms project its shows the browservery briefly and it shuts down with this message: The program '[16136] Xilium.CefGlue.Demo.WinForms.exe' has exited with code 2147483651 (0x80000003).
I am not sure what I am doing wrong. If I download cef binary and copy the same files it works, but files that are build following the tutorial are not working.
I am using: cef_binary_105.3.39+g2ec21f9+chromium-105.0.5195.127_windows64 and CefGlue branch 5195.