当前位置:网站首页>Missing libgmp-10 dll - libgmp-10. dll is missing

Missing libgmp-10 dll - libgmp-10. dll is missing

2022-06-25 06:35:00 fyin1314

problem :

I recently installed MinGW on my 64-bit Windows 7 computer and when I attempt to compile the most basic of c++ programs, for example I've been on my 64 position Windows 7 Installed on your computer MinGW, When I try to compile the most basic C++ The program , for example

#include<iostream>using namespace std;int main(){    cout << "Hello World" << endl;    return 0;}

I get the error that "The program can't start because libgmp-10.dll is missing from your computer." I received an error message “ The program can't start , Because your computer lacks libgmp-10.dll.”


Solution :

Reference resources : https://stackoom.com/en/question/TAW2
原网站

版权声明
本文为[fyin1314]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202201234288043.html

随机推荐