调试项目时IDE CodeLite显示错误(在启动程序退出时使用代码0xc0000135)

时间:2016-12-07 07:29:58

标签: c++ mingw codelite

IDE CodeLite 在调试项目时显示错误

  

在启动程序中退出代码0xc0000135

  • IDE :CodeLite
  • 编译器:Mingw

代码:

#include <stdio.h>

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

1 个答案:

答案 0 :(得分:0)

请按照以下步骤操作:

  • 重新安装 mingw
  • 添加系统中环境参数的路径。
  • 再试一次。