Einzelnen Beitrag anzeigen

Benutzerbild von alleinherrscher
alleinherrscher

Registriert seit: 8. Jul 2004
Ort: Aachen
797 Beiträge
 
Delphi XE2 Professional
 
#3

Re: Problem beim installieren von DEC 5.1 unter Delphi 2005

  Alt 6. Nov 2007, 19:00
Also ich werd da nicht schlau drauß.

Hab mir die Version 5.1 von Luckies Server gezogen. Nachdem ich die Pfadangaben des Projektes (Projekt->Optionen) geändert habe, die nicht ich falsch eingestellt habe, sondern die in dem Packet so voreingestellt sind, findet er jetzt die Dateien.

ABER

Jetzt bekomme ich so lustige Fehlermeldungen wie:

Zitat:
[Fataler Fehler] DEC.dpk(57): F2063 Verwendete Unit '..\Part_II\IDPrimes.pas' kann nicht compiliert werden
DIe DEC.dpk Sieht ja so aus:

Delphi-Quellcode:
package DEC;

{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS OFF}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE ON}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'DEC Package'}
{$RUNONLY}
{$IMPLICITBUILD OFF}

requires
  vcl;

contains
  DECFmt in '..\Part_I\DECFmt.pas',
  CPU in '..\Part_I\CPU.pas',
  CRC in '..\Part_I\CRC.pas',
  DECCipher in '..\Part_I\DECCipher.pas',
  DECData in '..\Part_I\DECData.pas',
  ASN1 in '..\Part_I\ASN1.pas',
  DECHash in '..\Part_I\DECHash.pas',
  DECRandom in '..\Part_I\DECRandom.pas',
  DECUtil in '..\Part_I\DECUtil.pas',
  LHSZ in '..\Part_I\LHSZ.pas',
  IDPrimes in '..\Part_II\IDPrimes.pas',
  IsPrimeHRUnit in '..\Part_II\IsPrimeHRUnit.pas',
  NCombi in '..\Part_II\NCombi.pas',
  NGFPBld in '..\Part_II\NGFPBld.pas',
  NGFPs in '..\Part_II\NGFPs.pas',
  NGFPTab in '..\Part_II\NGFPTab.pas',
  NInt_1 in '..\Part_II\NInt_1.pas',
  NIntM in '..\Part_II\NIntM.pas',
  NInts in '..\Part_II\NInts.pas',
  NMath in '..\Part_II\NMath.pas',
  NPolys in '..\Part_II\NPolys.pas',
  NRats in '..\Part_II\NRats.pas',
  Prime in '..\Part_II\Prime.pas',
  Console in '..\Console\Console.pas',
  ConsoleForm in '..\Console\ConsoleForm.pas{ConsoleMainForm};

end.
den Ordner Console gibts bei mir gar nicht...find ich alles etwas komisch...

Weiß da jemand noch einen guten Rat?

Grüße
Alleinherrscher

//edit:
Habe jetzt zusätzlich noch einigen Dateien einen neuen Pfad verpasst:
Delphi-Quellcode:
  IDPrimes in '..\Part_II\LibIntf\IDPrimes.pas',
  IsPrimeHRUnit in '..\Part_II\IsPrimeHRUnit.pas',
  NCombi in '..\Part_II\NCombi.pas',
  NGFPBld in '..\Part_II\LibIntf\NGFPBld.pas',
  NGFPs in '..\Part_II\LibIntf\NGFPs.pas',
  NGFPTab in '..\Part_II\LibIntf\NGFPTab.pas',
  NInt_1 in '..\Part_II\NInt_1.pas',
  NIntM in '..\Part_II\LibIntf\NIntM.pas',
  NInts in '..\Part_II\LibIntf\NInts.pas',
  NMath in '..\Part_II\LibIntf\NMath.pas',
  NPolys in '..\Part_II\LibIntf\NPolys.pas',
  NRats in '..\Part_II\LibIntf\NRats.pas',
  Prime in '..\Part_II\LibIntf\Prime.pas',
Dies hat jetzt den Erfolg, dass er keinen Fehler mehr in der DEC meldet, aber dafür in der Datei NMath.pas, was mich besonders wundert, ist die Art des Fehlers:

Zitat:
[Fehler] NMath.pas(200): E2029 Deklaration erwartet, aber Dateiende gefunden
„Software wird schneller langsamer als Hardware schneller wird. “ (Niklaus Wirth, 1995)

Mein Netzwerktool: Lan.FS
  Mit Zitat antworten Zitat