C++ Class interface for MSVC?

mrgrynch at comcast.net mrgrynch at comcast.net
Thu Apr 28 14:35:05 CEST 2005


Brian Gladman has a working Win32 port of the entire GMP project, including a build including the C++ classes.

http://fp.gladman.plus.com/computing/gmp4win.htm

Delta Trinity also has a working port, and the binaries are available for download.

ftp://deltatrinity.dyndns.org/gmp-4.1.4_DLL_SharedLibs/

Best regards,
 -Dave

-------------- Original message -------------- 

> Hi! 
> Some time ago, I discovered the GNU MP library and I was quite 
> impressed about it's features and speed. I'm actually developing a 
> program that analyzes mathematic expressions. This program runs 
> under Linux, Unix-like-systems and MS Windows and is completely 
> written in C and C++. We always try to gurantee the compatibility to 
> the GNU C++ Compiler, g++, and Microsoft Visual C++ 6. 
> 
> Now I would like to integrate GNU MP's functionality into the 
> program by using the C++ classes. That seems to work fine under 
> Unix-like systems, but as I've described, I also want to keep 
> compatibility to MSVC. I've found GNU MP compiled both as a static 
> and a dynamic library for Visual C++ 
> (http://www.cs.nyu.edu/exact/core/). The C++ Class interface is 
> unfortunately missing. As my program is written in C++ and as the 
> use of the C++ classes seems to be less complicated, I'd like to use 
> them. 
> 
> My question is: Is there a way to get GNU MP for MSVC with the 
> C++ class interface? 
> 
> Thanks in advance, 
> Andi Drebes 
> _______________________________________________ 
> gmp-discuss mailing list 
> gmp-discuss at swox.com 
> https://gmplib.org/mailman/listinfo/gmp-discuss 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gmplib.org/list-archives/gmp-discuss/attachments/20050428/7872a107/attachment.html


More information about the gmp-discuss mailing list