Can't include MPIR library

404 views Asked by At

I want to run a program, the compiler is crashing on the fact that it doesn't recognize the mpir.h include. I have used vcpkg to install mpir and did the vcpkg install integrate, to integrate it with Visual Studio. The program was normally with the gmp.h lib, but I can't run this on a Windows based system.

How can I include this w/o any errors or how can I run this code with the gmp.h library?

#include <mpir.h>

This is the code I want to run: https://cme.h-its.org/exelixis/web/software/tc/index.html

0

There are 0 answers