Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Mingw 和 Netbeans 回到 C++,但如果在另一台 PC 上运行,所有发布的 .exe 都需要一些 .dll 文件。
我应该怎么做才能将这些库添加到已发布的 .exe 文件中。【我没有太多真正的C++编程经验】
请告诉我们缺少哪些 dll。但通常你可以在binmingw 的文件夹中找到它们。如果您发布您的程序,请将这些 dll 放在您的 exe 所在的位置。
bin
替代方案:使用静态链接
-static-libstdc++
-static-libgcc