mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Software (https://www.mersenneforum.org/forumdisplay.php?f=10)
-   -   GMP For Delphi (https://www.mersenneforum.org/showthread.php?t=3360)

amcfarlane 2004-12-01 19:20

GMP For Delphi
 
If anyone is interested, I've got GMP (GNU Multiple Precision Arithmetic Library) for Delphi (I'm using 7 Enterprise, but it should'nt matter) available.

I searched for a while, to get this, and finally had to bite the bullet and perform the header conversions manually.

The package is available as:
[list][*]gmp.dll -- The DLL itself (4.0.1)[*]gmpDLL.pas -- The interface unit (mpz_XXX, mpq_XXX and mpf_XXX)[*]gmpClasses -- A very basic and incomplete attempt at an OOPS library on top of GMP[/list]
If anyone is interested, PM me...

--
Alan

ET_ 2004-12-01 19:58

[QUOTE=amcfarlane]If anyone is interested, I've got GMP (GNU Multiple Precision Arithmetic Library) for Delphi (I'm using 7 Enterprise, but it should'nt matter) available.

I searched for a while, to get this, and finally had to bite the bullet and perform the header conversions manually.

The package is available as:
[list][*]gmp.dll -- The DLL itself (4.0.1)[*]gmpDLL.pas -- The interface unit (mpz_XXX, mpq_XXX and mpf_XXX)[*]gmpClasses -- A very basic and incomplete attempt at an OOPS library on top of GMP[/list]
If anyone is interested, PM me...

--
Alan[/QUOTE]


I AM!!!! :bow: :banana: :bow: :banana: :bow:

Provided it works on Delphi 5... :innocent:

Luigi

ColdFury 2004-12-02 00:47

4.0.1 has bugs in the FFT code and subtraction code that can result in (rare) wrong computations.

amcfarlane 2004-12-02 10:58

[QUOTE=ColdFury]4.0.1 has bugs in the FFT code and subtraction code that can result in (rare) wrong computations.[/QUOTE]

:rant: !

Well, the pascal interface should work, with little or no modification, assuming we can get hold of a different DLL...

I'll post it here later on. BTW, any know of some nice tests that I could run on it?

ColdFury 2004-12-02 18:46

It's not difficult at all to compile a new DLL using MingW. I've done it a number of times.

amcfarlane 2004-12-03 09:58

I'm glad someone gets MinGW to recompile GMP... Mine always goes belly up - big time.

Darn, I'm having big problems uploading this... If anyone wants the code, please PM me there email address and I'll forward it on.

ColdFury 2004-12-04 04:51

Can you get the static library to compile?

jack 2004-12-07 02:51

amcfarlane, i am interested in the gmp files for delphi, please check your pm inbox :smile:

amcfarlane 2004-12-07 22:15

Sorry for the delay folks - I've had some weird problems uploading attachments to this forum or even in simple emails... I'm preparing a simple one page site for all the relevant software which I'll try and get up and running once I've checking this darn puter!

Apologies to anyone who requested copies, but just keep your eyes peeled!

amcfarlane 2004-12-08 01:12

Finally, the software is available (at least in a limited form...) Get it from [URL]http://rbe.netfirms.com/[/URL].

Any problems, questions, etc, PM me...

ET_ 2004-12-08 21:11

[QUOTE=amcfarlane]Finally, the software is available (at least in a limited form...) Get it from [URL]http://rbe.netfirms.com/[/URL].

Any problems, questions, etc, PM me...[/QUOTE]

Thank you!

Disregard my last request on PM :rolleyes:

It seems that your host don't allow you to set up files bigger than 256 KB, so the PDF can't be downloaded.

Luigi


All times are UTC. The time now is 22:07.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.