回复【3楼】ofourme:
---------------------------------
加入option中的文件就行了吧。
我加入了cc936.C
但是要提示错误
#if !_USE_LFN || _CODE_PAGE != 936
#error This file is not needed in current configuration. Remove from the project.
#endif
红色这句不能过,我以前也遇到类似的问题,都是#if #error #endif 中#error就是过不了,这个又是什么原因呢?