i want my .exe can be opened in the client computer. But when the client computer opened the .exe. It says that it dont have a libgcc,libwinpthread, and libstdc++ DLL files. How do i link the DLL files when i build the solution/project? (I tried to search google but there's no luck that i found.) (Note : My Visual Studio Version is 2019 and i use MinGW64)
Asked
Active
Viewed 17 times
0
-
Either link your dependencies statically, or ship them with the executable. – Aykhan Hagverdili Aug 05 '22 at 05:15
-
@AyxanHaqverdili how do i link it statically in Visual Studio 2019? – AbhiDevs Aug 05 '22 at 05:16
-
You should Google it. – Aykhan Hagverdili Aug 05 '22 at 05:17
-
@AyxanHaqverdili i already... but i still cant fix it – AbhiDevs Aug 05 '22 at 05:18