Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Delphi 6 System.pas compilieren (https://www.delphipraxis.net/64990-delphi-6-system-pas-compilieren.html)

Insider2004 10. Mär 2006 19:35


Delphi 6 System.pas compilieren
 
Hallo!
Welche Schalter muss ich angeben, wenn ich system.pas von D6 recompilieren will?

sECuRE 10. Mär 2006 19:39

Re: Delphi 6 System.pas compilieren
 
Hi,

einfach System.dcu löschen (oder umbenennen, nicht dass was schief geht und du kein Backup hast). Normalerweise ist die System.pas aber nur bei der Enterprise-version dabei, hast du die?

cu

NicoDE 10. Mär 2006 19:39

Re: Delphi 6 System.pas compilieren
 
dcc32 -Q System -M -y -Z -$D-

Insider2004 10. Mär 2006 19:47

Re: Delphi 6 System.pas compilieren
 
geht leider nicht.... :-(

D:\test>dcc32 -m -y -z system.pas
Borland Delphi Version 14.0
Copyright (c) 1983,2002 Borland Software Corporation
System.pas(1023) Error: Identifier redeclared: 'Random'
System.pas(1024) Error: Identifier redeclared: 'Random'
System.pas(1172) Error: Identifier redeclared: 'Int'
System.pas(1173) Error: Identifier redeclared: 'Frac'
System.pas(1174) Error: Identifier redeclared: 'Exp'
System.pas(1175) Error: Identifier redeclared: 'Cos'
System.pas(1176) Error: Identifier redeclared: 'Sin'
System.pas(1177) Error: Identifier redeclared: 'Ln'
System.pas(1178) Error: Identifier redeclared: 'ArcTan'
System.pas(1179) Error: Identifier redeclared: 'Sqrt'
System.pas(1540) Error: Identifier redeclared: 'Pos'
System.pas(1541) Error: Identifier redeclared: 'Pos'
System.pas(1543) Error: Identifier redeclared: 'StringOfChar'
System.pas(1544) Error: Identifier redeclared: 'StringOfChar'
SysInit.pas(836)
System.pas(1613) Fatal: Could not compile used unit 'SysInit.pas'

sakura 10. Mär 2006 20:05

Re: Delphi 6 System.pas compilieren
 
Zitat:

Zitat von Insider2004
geht leider nicht.... :-(

D:\test>dcc32 -m -y -z system.pas

Hast Du mal genau die Angaben von Nico versucht? Bei mir gehen allerdings beide ohne Probleme ;)

...:cat:...


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