当我通过Powershell使用Visual C ++进行编译时,会收到法语输出的输出消息和错误(根据Windows 10语言环境)。例如:
ÉCHEC de la build.
warning C4267: 'argument' : conversion de 'size_t' en 'int', perte possible de données
error C2039: 'bind2nd' : n'est pas membre de 'std'
在参考英文文档时这是有问题的(有时法语翻译有些不稳定)。
如何获取Visual C ++编译器的原始英语消息?
请注意:Forcing PowerShell errors output in English on localized systems无济于事。