Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Die Delphi-IDE (https://www.delphipraxis.net/62-die-delphi-ide/)
-   -   E2161 - Duplicate Resource (https://www.delphipraxis.net/112358-e2161-duplicate-resource.html)

nEmai 19. Apr 2008 16:06


E2161 - Duplicate Resource
 
Hi,
wann immer ich mein Projekt kompilieren will, krieg ich seit kurzem diesen Fehler:

[DCC Fehler] E2161 Duplicate resource: Type 14 (ICON GROUP), ID MAINICON; File ..\VisuellSortieren.res resource kept; file ..\VisuellSortieren.res resource discarded.

Was ist da verkehrt? In dem Projektordner liegt nichts "duplicate" vor.
Benutze Delphi 2007.

Zacherl 19. Apr 2008 16:10

Re: E2161 - Duplicate Resource
 
Hast wohl aber 2x die Resourcen Datei eingebunden im Quelltext.

nEmai 19. Apr 2008 16:17

Re: E2161 - Duplicate Resource
 
Delphi-Quellcode:
uses
  Forms,
  Form in 'Form.pas' {Form1},
  DiffTime in 'DiffTime.pas',
  BarGraph in 'BarGraph.pas' {$R *.res};

{$R *.res}
Richtig, habs nun auch gefunden,.. Copy&Paste-Leiche.. :oops:
MfG. ^^


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