Search code examples
delphidelphi-xe7spring4d

Compiling issue DSharp and Spring4D


I was trying to compile DSharp framework and Spring4D, but got some issues with not compatible versions between these versions.

I am wondering which revisions need to use for building these frameworks.D etails below, these versions are not compatible between itself:

  • Spring4D - release 1.1 (2014-09-13)
  • DSharp - feature/caliburn (2014-10-09);feature/spring4d-compatibility (2014-10-02); latest from develop/master
  • Delphi - XE7

Solution

  • DSharp feature/spring4d-compatibility works with Spring4D 1.1 (we are using that in production)

    TreeViewPresenter also works but that one requires the VirtualTrees package and should work with the latest version. Once we release Spring4D 1.2 I will make sure DSharp works with that one aswell and merge it back to develop.