VS 2015 C++ Cannot find corecrt.h and cannot open file ‘ucrtd.lib’ 创建VS 2015 CLR Console Application项目,进行编译,出现以下两个错误: 1,Cannot find corecrt.h 2,LINK : fatal error LNK1104: cannot open file ‘ucrtd.lib’ 对项目进行配置可解决问题。
执行shell脚本错误‘.sh file: /bin/bash^M: bad interpreter’ 执行一个shell脚本返回错误:`Not able to execute a .sh file: /bin/bash^M: bad interpreter`,发现是从Windows系统拷贝去Linux系统,回车换行符导致。需要将行结尾修改成Line feeder.