亲爱的Michael W. MannThank,非常感谢你的忠告。1。在ARIAYQualSimeDemo中,通过打开图形作曲家WigETS树选项卡,改变图层的属性方案,可以将屏幕的颜色从透明变为浅绿色。2。在我的项目中,我从第一个使用MHC创建,我可以在我的屏幕上固定按钮小部件,在我使用图形作图器小部件树标签添加Layel0之后,我的屏幕的颜色从布莱克变成白色(透明)。我知道我不能在我的黑屏上固定按钮,它没有图层。3。我获得了2项以上的成功。但是我发现了下面的问题。通过在默认屏幕中添加Layer-0,我得到了下面的GFxUpDead()和LabiaLaTaskS.(),生成了MHC。请参阅附件屏幕SoTo.ValueSysStask(空){维护系统服务*/SysSMSGO任务((SyssObjyRoad)SysObj.SysSg0);SysSouthCo任务(SysObj.Sy)。/*保持设备驱动程序*/DRVYTouCHYADCII任务(SysObj.DrVouTouChADC);/ /更新GFX抽象层GFxUpdate();/*维护中间件和其他库*///更新UI库LiabaLyTaskSo(;);/*维护应用程序的状态机。} /AppHyTaskSh();}但我发现我不能编译我的项目。错误发生。错误:''`p*p3xAlalOrthOnrase'未声明(在这个函数中第一次使用)错误:'`p*p33FyrySCORM ''未声明(在这个函数中首次使用)如何修复这个编译错误?任何建议都使我感到高兴。
以上来自于百度翻译
以下为原文
Dear Michael W. Mann
Thank you very much for kind advice.
1. In aria_quickstart Demo, I could change the color of screen from Transparent to Light Green by opening the Graphics composer Wigets tree tab and changing the Scheme of Layer's property.
2. In my project, which I create from the first by using MHC , I could fixed Button Widget on my Screen, after I added Layer0 by using the Graphics composer Widgets tree tab and the color of my Screen became White(Transparence) from Black. I knew that I cannot fix Button on my Black Screen, which has not Layer.
3. I got success concerning above 2 items. But I found below problem.
By adding Layer0 in the default screen I got below GFX_Update() and LibAria_Tasks() , which are generated MHC.
Please see attached screen shot.
void SYS_Tasks ( void )
{
/* Maintain system services */
SYS_MSG_Tasks( (SYS_OBJ_HANDLE) sysObj.sysMsg0 );
SYS_TOUCH_Tasks(sysObj.sysTouchObject0);
/* Maintain Device Drivers */
DRV_TOUCH_ADC_Tasks(sysObj.drvTouchAdc);
// update the GFX Abstraction Layer
GFX_Update();
/* Maintain Middleware & Other Libraries */
// update the UI library
LibAria_Tasks();
/* Maintain the application's state machine. */
APP_Tasks();
}
But I found I cannot compile my project. There occured below error.
error: '__pic32_alloc_coherent' undeclared (first use in this function)
error: '__pic32_free_coherent' undeclared (first use in this function)
How do you fix this compile error ?
Any advice make me pleased.
Best regards
ysaito
Attached Image(s)