Re: [fpc-pascal] Reed-Solomon algorithm

2016-09-16 Thread Ralf Quint
On 9/16/2016 12:11 AM, duilio foschi wrote: Hi Ralf. thank you for the hint re the Jedi RS algorithm. The code is inspirational, but weak: [from file readme.txt] "As far as I can tell it works, but I made some rather rash assumptions which need to be confirmed by someone who knows what they a

Re: [fpc-pascal] Reed-Solomon algorithm

2016-09-16 Thread duilio foschi
Hi Ralf. thank you for the hint re the Jedi RS algorithm. The code is inspirational, but weak: [from file readme.txt] "As far as I can tell it works, but I made some rather rash assumptions which need to be confirmed by someone who knows what they are doing" I need code I can trust, so will st

Re: [fpc-pascal] Reed-Solomon algorithm

2016-09-15 Thread Ralf Quint
On 9/15/2016 3:07 PM, duilio foschi wrote: https://sourceforge.net/projects/rscode/?source=typ_redirect The code above seems much easier to use. There is also some code in the Delphi JEDI library at http://www.delphi-jedi.org/toolslibrary.html Ralf --- This email has been checked for viruse

Re: [fpc-pascal] Reed-Solomon algorithm

2016-09-15 Thread duilio foschi
https://sourceforge.net/projects/rscode/?source=typ_redirect The code above seems much easier to use. Thank you Peppe 2016-09-15 18:52 GMT+02:00 Sandro Cumerlato : > A quick search on Google pointed me to: > > https://github.com/catid/longhair > > It is a C library implementing the Reed Solomon

Re: [fpc-pascal] Reed-Solomon algorithm

2016-09-15 Thread James Richters
rsday, September 15, 2016 12:52 PM To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] Reed-Solomon algorithm A quick search on Google pointed me to: https://github.com/catid/longhair It is a C library implementing the Reed Solomon algorithm. I think that it's possible to build

Re: [fpc-pascal] Reed-Solomon algorithm

2016-09-15 Thread Sandro Cumerlato
A quick search on Google pointed me to: https://github.com/catid/longhair It is a C library implementing the Reed Solomon algorithm. I think that it's possible to build a dll from sources and create the corresponding fpc binding from the .h include file. Best regards. Sandro Cumerlato On 15 S

[fpc-pascal] Reed-Solomon algorithm

2016-09-15 Thread duilio foschi
can somebody point me to the algorithm above written in Pascal ? As an alternative, can somebody point me to the algorithm above written in some DLL I could use from FPC ? Thank you Peppe Polpo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.or