On Wed, 23 Sep 2009 19:46:19 +0200, Marco van de Voort wrote about Re: [Lazarus] exists "card game" library?:
> On Wed, Sep 23, 2009 at 04:53:30PM +0100, David W Noon wrote: > > > > To do this, I used the GMP (Gnu Multiple Precision) library. Since I > > do not [yet] have any Pascal bindings for this library, my test > > code is written in C. However, there are some arbitrary precision > > packages in the contributions area of the FPC Web site, any of > > which could be a viable alternative to GMP. > > An initial GMP binding was committed to FPC on sept 7th. > > I assume it would also compile with older (2.2) versions of FPC. Hi Marco, I have installed 2.5.1 from a source snapshot and the GMP bindings work just fine. I tried compiling the unit with a 2.2.4 compiler; while the unit itself compiled, the program using the unit failed to compile with error messages like "impossible operator overload". As a result, I will stick to using the 2.5.1 compiler. -- Regards, Dave [RLU #314465] ======================================================================= [email protected] (David W Noon) ======================================================================= -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
