Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Werkzeuge (https://www.delphipraxis.net/63-sonstige-werkzeuge/)
-   -   Komponenteninstaller für Delphi 2006 (https://www.delphipraxis.net/62199-komponenteninstaller-fuer-delphi-2006-a.html)

Shivan 1. Feb 2006 07:35


Komponenteninstaller für Delphi 2006
 
Kennt jemand einen Komponenteninstaller für Delphi 2006, mit dem man bequem Komponenten installieren kann. Ich dachte zuerst an den Jedi Installer, doch der geht leider nicht unter D2006.

jbg 1. Feb 2006 08:56

Re: Komponenteninstaller für Delphi 2006
 
Zitat:

Ich dachte zuerst an den Jedi Installer, doch der geht leider nicht unter D2006.
Der aus dem Daily Snapshot geht. Die JVCL 3.00 kennt kein Delphi 2006 und die JVCL 3.10, die auch auf der Companion CD drauf ist, ist fehlerhaft, da einige VCL Units implizit in JVCL Packages eingebunden werden, was bereits behoben ist, aber es halt noch keine Release-Version gibt.

Aber helfen wird dir der JVCL Installer nicht wirklich, da er zwar mal generisch geplant, dann aber zu stark für die JVCL angepasst wurde.

Shivan 1. Feb 2006 09:05

Re: Komponenteninstaller für Delphi 2006
 
Interessant zu wissen, dass der daily schon funktioniert.
Danke!

jbg 1. Feb 2006 11:02

Re: Komponenteninstaller für Delphi 2006
 
Das sind die letzten Änderungen am JVCL Installer:
  • IsDelphi and IsBCB are now private and should not be used anymore.
    IsDelphi is only set if it's not a BDS, IsBCB is only set if it's not a
    BDS.
  • There's a new methode SupportsPersonalities([persDelphi, persBCB,
    persCSharp, persDelphiNet])
  • Default paths for BDS have changed:
    HppDir: $(BDS)\Include\JVCL => GlobalIncludePaths list
    DcpDir: $(JVCL)\Lib\$(VER)
  • UnitOutDir + Resources is added to C++'s global search path
  • Include directory is created if not existant (only if persBCB is
    supported/installed)
  • BDSProjectsDir is now read from the IDE's environment variable if set
  • Support for user defined BPL/DCP directory is improved.
  • BDS's package cache and palette cache is cleared
  • JCL detection is improved, all PATH entries are searched for the JCL bpl
    files.
  • Directory-Edits do no more show the dir-browse dialog if the user enters
    or single clicks the edit control.
  • Compile dialog is brought to front without stealing the focus.


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