Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi CoolTrayIcon - fehler beim compilieren (https://www.delphipraxis.net/136604-cooltrayicon-fehler-beim-compilieren.html)

johannes-h 3. Jul 2009 16:26


CoolTrayIcon - fehler beim compilieren
 
Hallo,

ich habe nun nach etwas längerem Suchen die CoolTrayIcons für Delphi2009 gefunden. Auch installiet habe ich es. Wenn ich die Komponente TCoolTrayIcon im Fenster platziere und dann kompilieren will, bricht er mit folgender Meldung ab:

. [DCC Fataler Fehler] mMain.pas(7): F1026 Datei nicht gefunden: 'CoolTrayIcon.dcu'

Delphi-Quellcode:
uses
    ...
    CoolTrayIcon {ini file};

type
  TFmMain = class(TForm)
    CoolTrayIcon1: TCoolTrayIcon;
Das sind die Quelltextteile, die CoolTrayIcon enthalten ...

Habe ich bei der Installation was falsch gemacht????


Johannes

mkinzler 3. Jul 2009 16:27

Re: CoolTrayIcon - fehler beim compilieren
 
Füge den Pfad in den Bibliotheks- bzw. Suchpfad ein

johannes-h 3. Jul 2009 16:29

Re: CoolTrayIcon - fehler beim compilieren
 
Muss ich das unter
Projekt - Optionen - Ressourcen Compiler - Verzeichnisse und Bedingungen - Suchpfad (aus Delphi Compiler)
angeben?


Johannes


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