[fpc-pascal]FreePascal and DeCAL
Michael.VanCanneyt at Wisa.be
Michael.VanCanneyt at Wisa.be
Thu Jun 20 00:19:24 CEST 2002
On Thu, 20 Jun 2002, Andy Sy wrote:
> DeCAL is an STL workalike for Delphi and can
> be found at www.sourceforge.net/projects/decal
> and seems to be an excellent piece of work.
>
> Has anyone tried to see if this will work with
> FreePascal?
It compiles - partially.
- No currency, Variant, widestring, interface support.
- The sort algorithm is implemented through some dirty Delphi tricks
which don't work in FPC, so that doesn't work either.
Other than that DeCAL compiles fine.
I can send a version which has the needed $ifdefs so it compiles.
Michael.
More information about the fpc-pascal
mailing list