Hi especta,
Zitat von
especta:
Ich habe Probleme mit Installationsdatei von Delphi Encryption Compendium Version 5.1c /5.2
[Fatal Error] CRC.pas(472): Could not create output file 'D:\
DEC\D6\CRC.dcu'
mit delphi 7.
1) Remove the default (output) directories from the project options.
Entferne die vorgegebenen Verzeichnisse aus den Projektoptionen.
2) Please don't use the old components anymore - the
DEC 5.x is used just by including the appropriate units (
DEC*.pas). Otherwise you will be unable to migrate your project to something newer than Delphi 7 at a later stage while keeping compatibility to the encryption used in D7.
Bitte in der
DEC 5.x die alten Komponenten nicht mehr verwenden, da Du sonst die Kompatibilität zu neueren Delphi Versionen verlierst. Die
DEC 5.x wird verwendet durch direktes Einbinden der gewünschten Units.
Gruß Assertor