Happy licensing! As of today Delphinus is licensed under MPL-2.0, additionaly i licensed AsciiImage under MIT!

Happy licensing! As of today Delphinus is licensed under MPL-2.0, additionaly i licensed AsciiImage under MIT!
Ofcourse, Delphinus offers Licenseinformation (if available) for each package!


Comments

  1. Thanks, the XE6 .pkg worked for XE4.

    ReplyDelete
  2. (I don't know where to put my question so I put it here. I can post it on StackOverflow if you want)
    Is it possible to install the same package for different projects in different versions?

    Why I'm asking
    Let's imagine I have two projects: MilkCow and DyingCow.
     - Both projects are using the same third party library called GrassLandMaker.
     - MilkCow receives updates frequently while DyingCow receives only fixes for critical bugs (maybe once a year or even less).
     - The last official release of DyingCow was built with GrassLandMaker V1.
     - The current version of MilkCow uses GrassLandMaker V3.5
     - While I'm working on MilkCow I need to apply a critical bugfix to DyingCow
     - The only thing I want to change in DyingCow is the bugfix. I don't want to change the used version of GrassLandMaker

    Am I able to do this with Delphinus?
    I think it's necassary to install the packages per project. For example NuGet packages for C# are usually stored in the folder structure of the project. That makes it pretty easy to switch betwenn MilkCow and DyingCow. I'm waiting for something like that to use with Delphi.

    ReplyDelete
  3. Christopher Wosinski currently, Packages are installed on a per ide basis(so you can have different versions in different IDEs). However (but that is planned for the future, with no ETA yet) i plan to allow downloading multiple versions of one package and based on the project(and its settings) only a specific version is enabled. So you switch the (Group)Project and Delphinus applies the environmentchanges in the background.

    ReplyDelete

Post a Comment