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.
Asked
Active
Viewed 1,792 times
0
-
1Well, it's an open source project that lives here: http://sourceforge.net/projects/synalist/ – David Heffernan Oct 08 '14 at 09:05
-
1Quote 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 Answers
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
-
-
1We are talking about networking components. You can create them in code. Why do you need components? Surely it is not that hard to instantiate a component without having to use the mouse? – David Heffernan Oct 09 '14 at 15:53
-
No that's fine, I just assumed there was a visual component set. I'll take another look at it. – mikelittlewood Oct 09 '14 at 21:49
-
Synapse website still states that Unicode delphi support is only at Beta level – Warren P Dec 15 '15 at 15:17