| Change language? [message #986720] |
Wed, 21 November 2012 07:54  |
Baggio Wong Messages: 1 Registered: November 2012 |
Junior Member |
|
|
Hey guys!
I was wondering if you could help me out on this - I just installed the eclipse IDE for C/C++ developpers, and the MinGW tool chain, but somehow, when I write a simple function with an intentional mistake, the error message returns in Chinese, like below (under the console tab)?
20:49:39 **** Incremental Build of configuration Debug for project HelloWorld ****
Info: Internal Builder is used for build
gcc -O0 -g3 -Wall -c -fmessage-length=0 -o HelloWorld.o "..\\HelloWorld.c"
..\HelloWorld.c: 在函数'main'中:
..\HelloWorld.c:13:2: 警告:隐式声明函数'print' [-Wimplicit-function-declaration]
..\HelloWorld.c: 在函数'printCustom'中:
..\HelloWorld.c:20:2: 错误:程序中有游离的'\'
20:49:39 Build Finished (took 78ms)
How do I change this back to english?
Thanks!
Baggio.
|
|
|
|
Powered by
FUDForum. Page generated in 0.01735 seconds