where can I find a Visual studio 2008 project build file for MPFR? or how to create such build file myself?

荒凉一梦 提交于 2019-12-19 11:54:39

问题


I a new C++ user and have only Visual studio 2008 installed. It seems from this link: Brian Gladman's Home Page

There is already "Visual Studio 2010 project build files for building MPFR", which is only for VC2010 and my VS cannot open it. mpfr.svn.build.vc10.zip

My questions are: 1) where can I find a version for VS2008? 2) or how can I produce it myself since there are already new updates of mpfr? project files for mpfr

thank you!

######### Problem Solved

Solution: download this pre-compiled mpfr and config VC complier will be OK! mpfr_mpir_x86_x64_msvc2010.zip


回答1:


It seems the pre-compiled mpfr library binary by VC++2010 works for both VC++2008 and VC++2010 compliers; the precompiled mpfr library binaries can be found here( link from the original author is now dead; please use this link instead): mpfr_mpir_x86_x64_msvc2010.zip

(it seems the original author's website now works again: please visit here: Brian Gladman's guidelines on MPIR & MPFR installation for more detailed information.)

The configuration details of VC++ compliers are similar to those for mpir library as in this link: How to Install and Run GMP on Windows Using MPIR

Windows users are highly recommended to take a look at Pavel's website here: Pavel Holoborodko who is the author of the C++ wrapper: mpfrc++-3.5.6.zip



来源:https://stackoverflow.com/questions/19629587/where-can-i-find-a-visual-studio-2008-project-build-file-for-mpfr-or-how-to-cre

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!