0

Has anyone got a version of the Synapse components and dproj package for delphi XE3+ ? I'd like to have a go at using their component set but I can only find a Lazarus version.

Thom A
  • 88,727
  • 11
  • 45
  • 75
mikelittlewood
  • 223
  • 4
  • 15
  • 1
    Well, it's an open source project that lives here: http://sourceforge.net/projects/synalist/ – David Heffernan Oct 08 '14 at 09:05
  • 1
    Quote from [on-topic help](http://stackoverflow.com/help/on-topic): `if your question generally covers software tools commonly used by programmers ... then you’re in the right place to ask your question!` – mjn Oct 08 '14 at 13:09

1 Answers1

2

The project change log on Sourceforge contains entries about BCB XE3 patches:

r174 - compile fix for BCB XE3 (2013-02-05)

so I suggest to download / check out trunk and try to compile the library with XE3.

Packages are not required for basic Synapse classes, they can be created in code easily.

mjn
  • 36,362
  • 28
  • 176
  • 378