I searched the forum and still cannot get the right answer to it.
When I try to compile to example "HelloWorld", I got 2 main warning:
d:\irrlicht-1.7.2\include\keycodes.h : warning C4819: The file contains a character that cannot be represented in the current code page (950). Save the file in Unicode format to prevent data loss
1. How to save keycodes.h in unicode format?To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
2. Where could I change $(OutDir), $(TargetName), $(TargetExt), %(Link.OutputFile)?
Thanks in advance