Thanks Brian, that works! Under Project > *projectname *Properties > 
Additional Dependencies, I put "...\mpir-2.7.2\lib\Win32\Release\mpir.lib".

On Thursday, August 4, 2016 at 1:26:33 PM UTC+1, Cactus wrote:
>
> To use MPIR in a Visual Studio project you have to do two things. First 
> you have to include "mpir.h" as you have done. Second, you have to add the 
> relevant MPIR library to your project. It seems likely that you have not 
> done the latter. 
> Assuming that you are using the static library (mpir.lib), you need to add 
> this to your solution by using the Visual Studio 'Properties' dialogue (an 
> option when you right click on your solution in the Solution Explorer). 
>  You need to find the location of the library (e.g. 
> lib\win32\release\mpir.lib) and add it to the 'Linker|Input|Additional 
> Properties' item.
>

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to