Is Synapse ready for a Delphi 2009 production applications? Their website doesn't look like it's been updated in a while: http://www.ararat.cz/synapse/doku.php Is the project dead?

link|improve this question

As of September 2010, the latest stable release is 39 and still does not appear to be compatible with Delphi 2009 (heaps of compiler warnings about implicit string conversion with data loss.) No good. – moodforaday Sep 27 '10 at 1:00
feedback

2 Answers

up vote 3 down vote accepted

I have been using the latest version from the SVN repository without any problems in a commercial application compiled with Delphi 2009.

link|improve this answer
Good to hear! Thanks. I saw just a few changes in the SVN and was wondering if he finished full support yet. – Darian Miller Jan 29 '09 at 22:42
feedback

The D2009 support not released but you can download directly from the svn repository, if you browse the code there, you will see there are changes for D2009 compatibility

http://synalist.svn.sourceforge.net/viewvc/synalist/trunk/

link|improve this answer
Do you know if the changes are complete? There were just a few marked as D2009 updates. – Darian Miller Jan 29 '09 at 2:25
I'm not 100% sure, but the synapse author suggest to download it from the svn, look at the first link "svn repository" to see his reply – Mohammed Nasman Jan 29 '09 at 9:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.