Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Delphi Programm von 32 auf 64 Bit -> Anwendungsfehler (https://www.delphipraxis.net/214148-programm-von-32-auf-64-bit-anwendungsfehler.html)

zeras 24. Nov 2023 09:46


Programm von 32 auf 64 Bit -> Anwendungsfehler
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hallo,

ich habe nun Delphi auf 12 hochgerüstet und wollte mein Programm auch einmal mit 64Bit compilieren lassen.
Compilierung läuft erfolgreich, aber wenn ich das Programm dann starte, kommt folgende Meldung:

Was kann ich machen, um den Fehler zu finden?

DCU's habe ich alle gelöscht.

Kas Ob. 24. Nov 2023 09:54

AW: Programm von 32 auf 64 Bit -> Anwendungsfehler
 
Zitat:

Zitat von zeras (Beitrag 1530036)
Hallo,

ich habe nun Delphi auf 12 hochgerüstet und wollte mein Programm auch einmal mit 64Bit compilieren lassen.
Compilierung läuft erfolgreich, aber wenn ich das Programm dann starte, kommt folgende Meldung:

Was kann ich machen, um den Fehler zu finden?

DCU's habe ich alle gelöscht.

The problem in not the EXE or the DCU, it is what the EXE is trying to use/load DLLs, some of these are 32bit while the EXE is x64.
Check and clean the EXE Directory for 32bit DLLs.

zeras 24. Nov 2023 10:18

AW: Programm von 32 auf 64 Bit -> Anwendungsfehler
 
Zitat:

Zitat von Kas Ob. (Beitrag 1530037)
Check and clean the EXE Directory for 32bit DLLs.

Thank you for this info. There was one 32bit DLL in use.


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:39 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