找回密码
 注册
搜索
查看: 920|回复: 11

[讨论] 新手请教

[复制链接]
发表于 2010-5-4 19:00:22 | 显示全部楼层 |阅读模式
各位大侠好  俺是学习MTK新手。

请问下update remake resgen new  clean 这些命令怎么用的??????

模拟器怎样生成啊?????
 楼主| 发表于 2010-5-4 19:05:24 | 显示全部楼层
MayApp_BASE+1  是啥意思

在什么情况下加1啊????   和在Res_main_menu 中加1有什么区别啊
点评回复

使用道具 举报

发表于 2010-5-5 09:22:04 | 显示全部楼层
这个 这个 你好好看看资料!
点评回复

使用道具 举报

发表于 2010-5-5 09:33:49 | 显示全部楼层
别听LS的,不要陷入文档的汪洋大海,否则,等你几百页的英文文档看完,人家项目都结束了。

还是直接看程序,剥茧抽丝
点评回复

使用道具 举报

发表于 2010-5-5 11:07:39 | 显示全部楼层
update  scan and remake
remake  compile modify file

。。。
点评回复

使用道具 举报

发表于 2010-5-5 23:07:14 | 显示全部楼层
resgen一般是修改过资源文件用的,如图片,字符串。
remake是编译那些没有编译的文件,不过对某些文件无效,如res开头的
new是全部都编译,不过对某些配置文件无效,如proconfig.c之类的
点评回复

使用道具 举报

 楼主| 发表于 2010-5-7 13:06:59 | 显示全部楼层
头文件不能打开时什么原因啊????

void mmi_myapp_entry(void)
{

EntryNewScreen(SCR_ID_MYAPP,mmi_myapp_exit, NULL, NULL);
entry_full_screen();
clear_screen();

stFontAttribute   f = {0};
f.size = LARGE_FONT;
gui_move_text_cursor(50,100);
gui_set_text_color(UI_COLOR_RED); /* 字体颜色*/
gui_set_font(f);
        gui_print_text((UI_string_type)GetString(STR_ID_MYAPP));
gui_BLT_double_buffer(0,0,UI_device_width - 1,UI_device_height - 1);
SetKeyHandler(GoBackHistory, KEY_RSK, KEY_EVENT_UP);
}

富贵文档第九章的《文本》第一个程序怎么编译通不过啊

这个是在模拟器的错误提示:
MyApp.c
E:\MTK6225\plutommi\mmi\MyApp\MyAppSrc\MyApp.c(74) : error C2275: 'stFontAttribute' : illegal use of this type as an expression
        e:\mtk6225\plutommi\mmi\miscframework\miscframeworkinc\pixcomfontengine.h(152) : see declaration of 'stFontAttribute'
E:\MTK6225\plutommi\mmi\MyApp\MyAppSrc\MyApp.c(74) : error C2146: syntax error : missing ';' before identifier 'f'
E:\MTK6225\plutommi\mmi\MyApp\MyAppSrc\MyApp.c(74) : error C2065: 'f' : undeclared identifier
E:\MTK6225\plutommi\mmi\MyApp\MyAppSrc\MyApp.c(74) : error C2059: syntax error : '{'
E:\MTK6225\plutommi\mmi\MyApp\MyAppSrc\MyApp.c(75) : error C2224: left of '.size' must have struct/union type
E:\MTK6225\plutommi\mmi\MyApp\MyAppSrc\MyApp.c(78) : warning C4047: 'function' : 'struct stFontAttribute *' differs in levels of indirection from 'int '
E:\MTK6225\plutommi\mmi\MyApp\MyAppSrc\MyApp.c(78) : warning C4024: 'gui_set_font' : different types for formal and actual parameter 1
Error executing cl.exe.

PC_Simulator.exe - 5 error(s), 2 warning(s)
点评回复

使用道具 举报

发表于 2010-5-7 15:15:51 | 显示全部楼层
gui_set_font 的参数是 stFontAttribute*

头文件找不到是应为你没有添加编译路径
点评回复

使用道具 举报

 楼主| 发表于 2010-5-7 19:08:15 | 显示全部楼层
gui_set_font(&f);

我这样改了以后还是有错误。
点评回复

使用道具 举报

发表于 2011-3-3 12:09:30 | 显示全部楼层
你把这行“stFontAttribute   f = {0};”定义到函数外面去试试。
点评回复

使用道具 举报

发表于 2011-3-6 16:57:13 | 显示全部楼层
你可以看看GSM2.mak文件就知道了。
点评回复

使用道具 举报

发表于 2011-5-25 13:39:58 | 显示全部楼层
[em10][em10]好严重的问题啊。。
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-12-27 10:16 , Processed in 0.049715 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表