3、在连接时出现很多L6242L错误
.\Output\HMIV11_ISSUE.axf: Error: L6242E: Cannot link object lcd_getp.o as its attributes are incompatible with the image attributes.
... wchart-16 clashes with wchart-32.
... packed-enum clashes with enum_is_int
将选项菜单C/C++(AC6)中Short enum/wchart选项勾上,即可解决
4、TEXT_SetText(hItem,"点击第一点!");
编译时会出现下面报警,我已经使用GB3212编码,问题没有解决
/User/CalibrateWin.c(132): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
TEXT_SetText(hItem,"<B5><E3><BB><F7><B5><DA><U+04BB><B5><U+38E1>");