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
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
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 {
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.
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
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