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

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

Re: [fpc-pascal] Reed-Solomon algorithm

2016-09-15 Thread James Richters
I was able to use a C library by creating the following unit, the hardest part was getting variable types to match. Perhaps this example of linking a C library to Free Pascal will help. James Unit InpOut32; Interface Function IsInpOutDriverOpen:Boolean;{$Ifndef Win32} cdecl

[fpc-pascal] Pending fcl-pdf changes

2016-09-15 Thread Jesus Reyes A.
Hi, There are some changes in fcl-pdf that are still not merged to fixes, the new LazReport PDF exporter can only work with FPC trunk without those and it would be nice to have it working with FPC fixes and 3.0.2. Can you please merge any missing change to fixes?, thanks. Jesus Reyes A.

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

[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 -