Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi TChromium unter Delphi10.3.3 (https://www.delphipraxis.net/203123-tchromium-unter-delphi10-3-3-a.html)

Delbor 17. Jan 2020 17:39

AW: TChromium unter Delphi10.3.3
 
Hi salvadordf

Many Thanks for your Answer!

Greetings
Delbr

Delbor 21. Jan 2020 13:18

AW: TChromium unter Delphi10.3.3
 
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

hoika 21. Jan 2020 14:50

AW: TChromium unter Delphi10.3.3
 
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)

Delbor 21. Jan 2020 16:28

AW: TChromium unter Delphi10.3.3
 
Liste der Anhänge anzeigen (Anzahl: 2)
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);
Anhang 52024Anhang 52025
???

Gruss
Delbor

hoika 21. Jan 2020 17:51

AW: TChromium unter Delphi10.3.3
 
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;)

salvadordf 23. Jan 2020 09:06

AW: TChromium unter Delphi10.3.3
 
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.

Delbor 23. Jan 2020 12:12

AW: TChromium unter Delphi10.3.3
 
Liste der Anhänge anzeigen (Anzahl: 3)
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:
Anhang 52028
The .exe-Files is in Win23\Debug:
Anhang 52030
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
Anhang 52029

Greetings
Delbor

salvadordf 23. Jan 2020 18:13

AW: TChromium unter Delphi10.3.3
 
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.

Delbor 24. Jan 2020 11:07

AW: TChromium unter Delphi10.3.3
 
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


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:48 Uhr.
Seite 3 von 3     123   

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