官方淘宝店 易迪拓培训 旧站入口
首页 > 手机设计 > MTK手机设计平台 > 新手,希望大神可以解决

新手,希望大神可以解决

05-08
错误:
plutommi\framework\commonfiles\commoninc\mmi_frm_scenario_gprot.h", line 1567:
Error:
#20: identifier "mmi_frm_scrn_type_enum" is undefined
mmi_frm_scrn_type_enum scrn_type)

在包含了头文件mmi_frm_hitory_gprot.h后,应该可以访问枚举类型:mmi_frm_scrn_type_enum
为啥没访问到了?

自己结贴:
根本原因是自己马虎了,由于我的文件中用到了mmi_frm_hitory_gprot.h中的枚举类型,想都没想直接include了,完全没有考虑到mmi_frm_scenario_gprot.h中也包含了该头文件,而该头文件的宏又是包含全部代码,导致当mmi_frm_scenario_gprot.h在预编译时无法将需要的枚举类型加入,直接后果是无法访问该枚举类型

上一篇:MT6582串口电平问题
下一篇:MTK天线问题
Top