AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Sonstige Fragen zu Delphi Delphi [Delphi 2007] Packages installieren mit Abhängigkeiten
Thema durchsuchen
Ansicht
Themen-Optionen

[Delphi 2007] Packages installieren mit Abhängigkeiten

Ein Thema von MasterEvil · begonnen am 7. Jun 2007 · letzter Beitrag vom 8. Mai 2008
 
Hawkeye219

Registriert seit: 18. Feb 2006
Ort: Stolberg
2.227 Beiträge
 
Delphi 2010 Professional
 
#4

Re: [Delphi 2007] Packages installieren mit Abhängigkeiten

  Alt 8. Jun 2007, 11:33
Hallo,

hier ein kurzer Auszug aus der Hilfedatei zum Virtual TreeView:

Zitat von Mike Lischke:
There seems always to be some serious confusion about how to install components in Delphi (packages are not loaded after restart or are not found when used by other packages, suddenly error messages are shown like "device does not function properly", strange compiler messages appear because of version mismatches etc.), so let me first give you a solution which I found after many trials and errors. It solved most of my package problems now for a long time.

The core of the solution is to compile always every intermediate file into the same output folder and put this folder into the system's search path. This means, chose a path (I use C:\Temp\Out) and set it as dcu, dcp and bpl output folder. Set this path also as library default path in the IDE options and remove the default $(Delphi)\BPL path which often led to misleading version information (or use this path exclusively as compile target). This way you will always find only one version of your bpls and the IDE is able to use them, particularly if you have deep dependency nesting, as I do. You can still have several source folders but use only one output directory (of course, final project results like exe or DLL can be compiled into their respective local folder, they are not shared and hence do not have this problem). Don't forget to take this output directory in the search path of the system (PATH variable in autoexec.bat on Win9x/Me and My Computer/Properties/../Environment Variables on Windows NT/2K/XP).
Seit ich die von Mike vorgeschlagene Lösung ebenfalls verwende, habe ich deutlich weniger Probleme bei der Installation und Verwendung von Komponenten in Delphi.

Gruß Hawkeye
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:24 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz