Einzelnen Beitrag anzeigen

jbg

Registriert seit: 12. Jun 2002
3.483 Beiträge
 
Delphi 10.1 Berlin Professional
 
#4

Re: Komponenteninstaller für Delphi 2006

  Alt 1. Feb 2006, 11:02
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.
  Mit Zitat antworten Zitat