【发布时间】:2012-07-25 22:11:01
【问题描述】:
我用 C++ 编写了一些简单的代码,然后在我的笔记本电脑上构建并运行它,一切正常。当我尝试在我兄弟的笔记本电脑上运行 .exe 文件时,它给了我这个错误The program can't start because libgcc_s_sjlj-1.dll is missing from your computer. Try reinstalling the program to fix this problem. 我错过了我应该添加的东西吗?
注意:我不知道这是否重要,但我正在使用 Code::Blocks。
谢谢
【问题讨论】:
标签: c++ build codeblocks libgcc