chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.4k stars 468 forks source link

delphi component for TChromium has older than current Chrome version #907

Closed magreenblatt closed 11 years ago

magreenblatt commented 11 years ago

Original report by Anonymous.


Original issue 907 created by yr.hahn on 2013-03-09T08:07:44.000Z:

I've downloaded dcef-r306

it works well on simple address like 'www.google.com'
but it doesn't work on url like 'www.youtube.com/v/aYGGCWelHLA'

so I downloaded cef_binary_1.1364.1123_windows that is made by 'MFC'
it still doesn't work on url like 'www.youtube.com/v/aYGGCWelHLA'
but it has newer chrome version than dcef-r306

dlls in delphi version dcef-r306 and
dlls in cef_binary_1.1364.1123_windows
different!!!
in file size and version number too

libcef.dll, libEGL.dll, libGLESv2.dll...

please delphi version shall be changed to latest version

magreenblatt commented 11 years ago

Comment 1. originally posted by magreenblatt on 2013-03-11T15:32:28.000Z:

This is not a support forum for the delphi wrapper. Please ask delphi questions at https://groups.google.com/forum/?fromgroups\#!forum/delphichromiumembedded.

magreenblatt commented 11 years ago