Sorry, second one today.
PowerBuidler 2019 R3 build 2728
Windows 10
We have switched all our old Internet Explorer activeX controls to the new PowerBuilder web browser control and everything works great, until our .NET developers changed our login window from a standard PowerBuilder window to a .NET window that has embedded the lastest version of the Chromium Enbedded Framwork.
Now whenever we try to use any of our PowerBuilder web browser control windows PowerBuidler crashes, it reports a fault in libcef.dll. I can only assume because the .NET window has loaded a different version into memeory and PowerBuilder is now unhappy.
This leaves me with a few questions:
* Can I find out what version of CEF PowerBuilder is using?
* Anyone got any clever ideas of what to do apart from making them both use the same version (becuase they tell me they need the newer version)?
Thanks!
chrome://version/
There you will see the CEF and the current Chromium Version:
This is from PB 2019 R3:
CEF: 3.3626.1894.g90eb8cc
Chromium: 72.0.3626.96
OS: Windows
WebKit: 537.36 (@84098ee7ef8622a9defc2ef043cd8930b617b10e)
JavaScript: 7.2.502.25
Flash:
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36
...
hth
Arnd