AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

TChromium unter Delphi10.3.3

Ein Thema von Delbor · begonnen am 15. Jan 2020 · letzter Beitrag vom 24. Jan 2020
Antwort Antwort
Seite 3 von 3     123   
Delbor

Registriert seit: 8. Okt 2006
Ort: St.Gallen/Schweiz
1.186 Beiträge
 
Delphi 11 Alexandria
 
#21

AW: TChromium unter Delphi10.3.3

  Alt 17. Jan 2020, 17:39
Hi salvadordf

Many Thanks for your Answer!

Greetings
Delbr
Roger
Man muss und kann nicht alles wissen - man muss nur wissen, wo es steht.
Frei nach Albert Einstein
http://roase.ch
  Mit Zitat antworten Zitat
Delbor

Registriert seit: 8. Okt 2006
Ort: St.Gallen/Schweiz
1.186 Beiträge
 
Delphi 11 Alexandria
 
#22

AW: TChromium unter Delphi10.3.3

  Alt 21. Jan 2020, 13:18
Hi zusammen

Meine derzeitige Fehlermeldung:
Zitat:
Error
---------------------------
Unsupported CEF version !

Use only the CEF binaries specified in the CEF4Delphi Readme.md file at https://github.com/salvadordf/CEF4Delphi

Expected libcef.dll version : 79.1.10.0

Found libcef.dll version : 79.1.31.0
---------------------------
Ich hatte diese Fehlermeldung schonmal. Dabei stammten die Binaries von der Webseite
Also hab ich alles, auch die gepackten Files, gelöscht und die in der Readme des CEF4Delphi angegebene UR aufgerufen, entpackt und die Inhalte der Ordner Resources und Release ins Projektverzeichnis CEF4Delphi-master/Bin kopiert.
Schliesslich habe ich die installierte Version des CEF4Delphi wieder deinstalliert, um sie neu zu instalieren, damit die neu nach /Bin kopierten Dateien bei der Kompilierunng berücksichtigt werden.

Was mache ich denn noch falsch??


Gruss
Delbor
Roger
Man muss und kann nicht alles wissen - man muss nur wissen, wo es steht.
Frei nach Albert Einstein
http://roase.ch
  Mit Zitat antworten Zitat
hoika

Registriert seit: 5. Jul 2006
Ort: Magdeburg
8.270 Beiträge
 
Delphi 10.4 Sydney
 
#23

AW: TChromium unter Delphi10.3.3

  Alt 21. Jan 2020, 14:50
Hallo,
hast Du die 32Bit-Dlls benutzt?

Interessant ist halt die Meldung
erwartet: alte Version
gefunden: neue Version (und die 79.1.31.0 ist die aktuelle)
Heiko

Geändert von hoika (21. Jan 2020 um 14:57 Uhr)
  Mit Zitat antworten Zitat
Delbor

Registriert seit: 8. Okt 2006
Ort: St.Gallen/Schweiz
1.186 Beiträge
 
Delphi 11 Alexandria
 
#24

AW: TChromium unter Delphi10.3.3

  Alt 21. Jan 2020, 16:28
Hi hoika

Ja, das sind die 32-Bit-Binaries.Nur um in meinem 'Fadäzeindli' (Schweizerdeutsch für Fadenkörbchen) etwas Ordnung zu schaffen:
Erwartet wird die alte Version von CEF4Delphi.

Nun ja, im Moment glaube ich, lesen sollte man können:
Zitat:
That package only works if you installed the latest CEF4Delphi version 79.1.31 which I uploaded today.
If you installed an older CEF4Delphi component then you have to uninstall the old CEF4Delphi version and then install the new version.
Mein Delphi ist für 32Bit konfiguriert. Da werden mir 64Bit-DLLs wohl wenig nützen.
Zitat:
Expected libcef.dll version : 79.1.10.0

Found libcef.dll version : 79.1.31.0
Das interpretiere ich jetzt mal so, dass CEF4Delphi die libcef 79.1.10.0 erwartet,aber eben eine neuere findet.
Das heisst: Ich hätte nicht nur die Binaries, sondern auch CEF4Delphi neu herunterladen müssen.
Allerdings sehe ich gerade, dass der Ordner CEF4Delphi-master vom heutigen Datum ist (21.01.2020);
17_14_56-f__delphi-zips_cef_binary_79.1.31_cef_binary_79.1.31-gfc9ef34-chromium-79.0.3945.jpg17_17_36-f__delphi-zips_cef4delphi-master.jpg
???

Gruss
Delbor
Roger
Man muss und kann nicht alles wissen - man muss nur wissen, wo es steht.
Frei nach Albert Einstein
http://roase.ch
  Mit Zitat antworten Zitat
hoika

Registriert seit: 5. Jul 2006
Ort: Magdeburg
8.270 Beiträge
 
Delphi 10.4 Sydney
 
#25

AW: TChromium unter Delphi10.3.3

  Alt 21. Jan 2020, 17:51
Hallo,
ja, warten wir mal auf unseren englischen Freund.
Ich habe auch in den Quellen dieses unsupport DCEF version nicht gefunden

Let's wait for an english explanation
Heiko
  Mit Zitat antworten Zitat
salvadordf

Registriert seit: 16. Jan 2020
6 Beiträge
 
#26

AW: TChromium unter Delphi10.3.3

  Alt 23. Jan 2020, 09:06
Hi Delbor,

The CEF API changes rapidly and we could have issues if we use a different DLL version.

By default, CEF4Delphi checks that all the necessary CEF package files are present. It also checks the DLL type and version to avoid those issues.

In this case, you installed an old CEF4Delphi version (79.1.10) which needs an old CEF binaries package.

Download the latest CEF4Delphi version from GitHub :
https://github.com/salvadordf/CEF4De...ive/master.zip

Then uninstall the old CEF4Delphi version in the Delphi IDE and close Delphi before installing the new version.

If you still have the same issue after installing the latest version it means that Delphi didn't overwrite all the old BPL and DCU files. In that case, the safest way to upgrade this or any other component is :
  • Run Delphi / Rad Studio.
  • Uninstall the CEF4Delphi package in the IDE.
  • Close Delphi / Rad Studio.
  • Delete the BPL and DCU files. They are usually in this directory : C:\Users\Public\Documents\Embarcadero\Studio\<delp hi version>\Bpl\
  • Run Delphi / Rad Studio.
  • Open the CEF4Delphi package.
  • Build CEF4Delphi.
  • Install CEF4Delphi.

Geändert von salvadordf (23. Jan 2020 um 09:14 Uhr)
  Mit Zitat antworten Zitat
Delbor

Registriert seit: 8. Okt 2006
Ort: St.Gallen/Schweiz
1.186 Beiträge
 
Delphi 11 Alexandria
 
#27

AW: TChromium unter Delphi10.3.3

  Alt 23. Jan 2020, 12:12
Hi salvadordf


Yesterday, i have Deleted the CEF-Komponent and his notice in the Packagelist and all BPL, Bpi and DCU. Today, i have new downloaded and intalled CEF4Delphi version and also the 32-Bit Binaries.
Now, my situation is like this:
folder-minibrowser.jpg
The .exe-Files is in Win23\Debug:
win32_debug-content.jpg
Actualy, the exe is not createt. while the Same Files how in my First Thread are Missing - the Files in the Locate-Folder, i think
fremdkomponenten_tchromium_cef4delphi-master_.jpg

Greetings
Delbor
Roger
Man muss und kann nicht alles wissen - man muss nur wissen, wo es steht.
Frei nach Albert Einstein
http://roase.ch
  Mit Zitat antworten Zitat
salvadordf

Registriert seit: 16. Jan 2020
6 Beiträge
 
#28

AW: TChromium unter Delphi10.3.3

  Alt 23. Jan 2020, 18:13
Hi,

Assuming that your second screenshot is showing the complete path where you installed CEF4Delphi then decompress the CEF binaries and copy the contents of the "Release" and "Resources" directories inside this directory :

F:\Embarcadero-Erweiterungs-Corner\Fremdkomponenten\TChromium\CEF4Delphi-master\bin

Delphi creates the EXE files for the CEF4Delphi demos inside that directory too.
  Mit Zitat antworten Zitat
Delbor

Registriert seit: 8. Okt 2006
Ort: St.Gallen/Schweiz
1.186 Beiträge
 
Delphi 11 Alexandria
 
#29

AW: TChromium unter Delphi10.3.3

  Alt 24. Jan 2020, 11:07
Hi salvadordf

Thank you very match. I must see, where i have missinterpreted the Documentation. Now, i think, its very much simple, than i have interpreted.

Greetings
Delbor
Roger
Man muss und kann nicht alles wissen - man muss nur wissen, wo es steht.
Frei nach Albert Einstein
http://roase.ch
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 3 von 3     123   


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:15 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz