On Jun 4, 11:15 am, Peter_APIIT <[email protected]> wrote:
> How about command to rebuild with cpp interface in static library
> format ?

To build the static library for the C++ interface with MSVC, first
build the version of GMP you want. This will produce the static C
library mpir.lib.

Then build the C++ interface as a static library with the lib_mpir_cpp
project.  This will produce the mpirxx.lib library, which is the C++
interface to mpir.

Then link both mpir.lib and mpirxx.lib with your C++ application.

    Brian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to