Einzelnen Beitrag anzeigen

Kas Ob.

Registriert seit: 3. Sep 2023
346 Beiträge
 
#5

AW: Komponenten Unit nicht gefunden

  Alt 4. Nov 2024, 11:36
Hi,

Danke für die Tipps! Bislang funktioniert nur das Einbinden der Komponenten Unit in das Programm. Vielleicht weiß jemand wohin man die Komponenten.dcu kopieren sollte.

mwilms
It is really simple, .pas files should be visible for the compiler, while .dcu files should be visible to the linker, although Delphi IDE comes with integrated compiler and linker, both utilize their own paths internally, this should be the case always, but it might be your project configuration .dpr and .dpoj have a conflicted path(s) or wrong ones.

Open these files and find the culprit path, miss pass or wrong one, but before that make sure which is the part is complaining, compiler or linker, you didn't even provide exact error message or a screenshot !

ps : dpr file might have unit with "in" followed by a relative/full path, make sure these are right, these used by the compiler part.
Kas
  Mit Zitat antworten Zitat