Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>In our company, we have the same problem. We solve this by forcing everyone to have all necessary library paths added to their delphi ide.</p> <p>We are using an additional sdk/framwork repository which containins all components/sdks/frameworks of everyone . We keep a single text file, listing all libs with its version, install infos, etc. Everyone checks their wanted libraries, so we do not have double libraries or different versions.</p> <p>Since we all work under Windows and since Delphi keeps its paths and (afaik) installed-components informations in the registry, we extracted these informations. We store for each used delphi version a .reg file within the sdk repository trunk.</p> <p>So, if someone changes a framework, he updates the informations for everyone in the .reg files and commits it.</p> <p>now, if someone wants to setup their dev-machine, they check-out the sdk, adds the e.g. xe2.reg informations to their registry, then check out the project and ... tada. compiling.</p> <p>We have not tried to extract the "installed components" packages. thats on our to-do list. An alternative would be to keep a batch file for building and installing all sdk packages at once. But i do not know if installing components via commandline is possible in delphi.</p> <p>Something like the JEDI installer would be nice. The installer detects installed Delphi versions and builds &amp; installs everything nicely. A freely configurable version would be nice, so add all sdks -> install on each version.. perfect.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload