CodeLite - "程序退出并返回代码:-1073741510"

时间:2016-06-03 19:42:53

标签: c codelite

我刚在笔记本电脑上安装了CodeLite,当我尝试从新项目中运行基本的hello世界时

#include <stdio.h>

int main(int argc, char **argv)
{
    printf("hello world\n");
    return 0;
}

它不会返回0,而是Program exited with return code: -1073741510

我的笔记本电脑已经安装了MinGW。然后我尝试在我的桌面计算机上安装CodeLite(它没有安装MinGW,所以我安装了它)......并且遇到了同样的问题。

我觉得我忘记了一些明显的事情。

0 个答案:

没有答案