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.
目前似乎 SciTe 正在尝试使用 g++ 进行编译,但我需要它来使用 vs 编译器进行编译。我怎样才能做到这一点?它给了我这个编译器错误:
'g++' 不是内部或外部命令、可运行程序或批处理文件。
您需要打开cpp.properties文件(菜单 > 选项 > 打开 cpp.properties)然后更改command.compile.$(file.patterns.cplusplus)属性以匹配您的环境,默认情况下设置为 gcc/g++。
command.compile.$(file.patterns.cplusplus)