Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread一般讨论
关于GUI例程
发布于 2013-01-11 11:46:38 浏览:4784
订阅该版
大家好, 请问一下最新的RT/GUI在什么地方可以得到? 在https://github.com/RT-Thread/RTGUI.git上下载的例程在MDK环境下编译不通过: ``` .examplesdemo_fnview.c(19): error: #20: identifier "rtgui_workbench_t" is undefined .examplesdemo_fnview.c(19): error: #20: identifier "workbench" is undefined .examplesdemo_fnview.c(23): warning: #223-D: function "RTGUI_APPLICATION" declared implicitly .examplesdemo_fnview.c(30): error: #167: argument of type "char *" is incompatible with parameter of type "const rtgui_rect_t *" .examplesdemo_fnview.c(30): error: #140: too many arguments in function call .examplesdemo_fnview.c(34): warning: #223-D: function "rtgui_container_show" declared implicitly .examplesdemo_fnview.c(50): error: #20: identifier "rtgui_workbench_t" is undefined .examplesdemo_fnview.c(61): error: #140: too many arguments in function call .examplesdemo_fnview.c(86): warning: #167-D: argument of type "void (*)(rtgui_widget_t *, struct rtgui_event *)" is incompatible with parameter of type "rtgui_onbutton_func_t" compiling demo_listview.c... .examplesdemo_listview.c(29): warning: #223-D: function "RTGUI_TOPLEVEL" declared implicitly .examplesdemo_listview.c(29): error: #167: argument of type "int" is incompatible with parameter of type "struct rtgui_win *" .examplesdemo_listview.c(42): error: #167: argument of type "rtgui_win_t *" is incompatible with parameter of type "rtgui_container_t *" .examplesdemo_listview.c(51): warning: #223-D: function "rtgui_container_end_modal" declared implicitly .examplesdemo_listview.c(71): warning: #223-D: function "RTGUI_APPLICATION" declared implicitly .examplesdemo_listview.c(71): error: #513: a value of type "int" cannot be assigned to an entity of type "struct rtgui_application *" .examplesdemo_listview.c(78): warning: #223-D: function "rtgui_application_add_container" declared implicitly .examplesdemo_listview.c(81): warning: #223-D: function "rtgui_container_show" declared implicitly .examplesdemo_listview.c(104): warning: #167-D: argument of type "void (*)(rtgui_widget_t *, struct rtgui_event *)" is incompatible with parameter of type "rtgui_onbutton_func_t" compiling demo_listview_icon.c... .examplesdemo_listview_icon.c(28): warning: #223-D: function "RTGUI_TOPLEVEL" declared implicitly .examplesdemo_listview_icon.c(28): error: #167: argument of type "int" is incompatible with parameter of type "struct rtgui_win *" .examplesdemo_listview_icon.c(51): warning: #223-D: function "rtgui_container_end_modal" declared implicitly .examplesdemo_listview_icon.c(286): warning: #223-D: function "RTGUI_APPLICATION" declared implicitly .examplesdemo_listview_icon.c(286): error: #513: a value of type "int" cannot be assigned to an entity of type "struct rtgui_application *" .examplesdemo_listview_icon.c(313): warning: #223-D: function "rtgui_application_add_container" declared implicitly .examplesdemo_listview_icon.c(316): warning: #223-D: function "rtgui_container_show" declared implicitly .examplesdemo_listview_icon.c(329): error: #167: argument of type "struct rtgui_application *" is incompatible with parameter of type "const char *" .examplesdemo_listview_icon.c(329): error: #140: too many arguments in function call .examplesdemo_listview_icon.c(347): warning: #167-D: argument of type "void (*)(rtgui_widget_t *, struct rtgui_event *)" is incompatible with parameter of type "rtgui_onbutton_func_t" compiling demo_simple_workbench.c... .examplesdemo_simple_workbench.c(8): error: #5: cannot open source input file "rtgui/widgets/workbench.h": No such file or directory compiling demo_view_image.c... .examplesdemo_view_image.c(29): error: #140: too many arguments in function call .examplesdemo_view_image.c(29): error: #41: expression must have arithmetic or pointer type .examplesdemo_view_image.c(64): warning: #223-D: function "rtgui_container_show" declared implicitly .examplesdemo_view_image.c(73): error: #167: argument of type "rtgui_widget_t *" is incompatible with parameter of type "struct rtgui_object *" .examplesdemo_view_image.c(114): error: #167: argument of type "rtgui_widget_t *" is incompatible with parameter of type "struct rtgui_object *" .examplesdemo_view_image.c(114): warning: #167-D: argument of type "rt_bool_t (*)(rtgui_widget_t *, rtgui_event_t *)" is incompatible with parameter of type "rtgui_event_handler_ptr" .examplesdemo_view_image.c(124): warning: #167-D: argument of type "void (*)(rtgui_widget_t *, struct rtgui_event *)" is incompatible with parameter of type "rtgui_onbutton_func_t"```
查看更多
11
个回答
默认排序
按发布时间排序
bernard
2013-01-11
这家伙很懒,什么也没写!
这几个例程在VC下都不再编译,可以把它删除掉。
xlog
2013-01-11
这家伙很懒,什么也没写!
好的,谢谢, VC下的仿真器怎么用?那里有资料?
grissiom
2013-01-11
这家伙很懒,什么也没写!
安装好 VS,跑一下 SCons,在 executables 里就有可执行文件了。
xlog
2013-01-11
这家伙很懒,什么也没写!
例程可以正常显示了,谢谢, 在用左右方向键控制视图切换时,显示到 demo_view_buffer_animation.c 这个例程后发送键盘消息会失败, send event to wb failed send event to wb failed。
icgra
2013-01-11
这家伙很懒,什么也没写!
>例程可以正常显示了,谢谢, >在用左右方向键控制视图切换时,显示到 demo_view_buffer_animation.c 这个例程后发送键盘消息会失败, >send event to wb failed >send event to wb failed。 --- 兄弟怎么解决的啊,我下来也是同样的问题,整了半天没整懂,谢谢
grissiom
2013-01-11
这家伙很懒,什么也没写!
>在用左右方向键控制视图切换时,显示到 demo_view_buffer_animation.c 这个例程后发送键盘消息会失败, >send event to wb failed >send event to wb failed。 --- 嗯?我这里没有问题啊…… 怎么样复现呢?
jayjiang
2013-01-11
这家伙很懒,什么也没写!
我的也是,有时候编译通过,运行的时候会出来错误,但是这时候在出错的地方设置一个断点的时候,然后用step over来运行出错的函数,这时候又没有问题了,真的是莫名其妙的。
grissiom
2013-01-11
这家伙很懒,什么也没写!
断点?怎么设的? 出问题的都是什么系统?什么工具链?
xlog
2013-01-12
这家伙很懒,什么也没写!
github上最新的RT-Thread+GitHub上最新的RTGUI, 工具链使用MDK, 硬件用stm32f103ze, 在“DC 缓冲区动画” 这个Demo显示的时候可能占用了全部CPU资源。
grissiom
2013-01-13
这家伙很懒,什么也没写!
这…… 我想想怎么处理合适……
撰写答案
登录
注册新账号
关注者
0
被浏览
4.8k
关于作者
xlog
这家伙很懒,什么也没写!
提问
6
回答
18
被采纳
0
关注TA
发私信
相关问题
1
有关动态模块加载的一篇论文
2
最近的调程序总结
3
晕掉了,这么久都不见layer2的踪影啊
4
继续K9ii的历程
5
[GUI相关] FreeType 2
6
[GUI相关]嵌入式系统中文输入法的设计
7
20081101 RT-Thread开发者聚会总结
8
嵌入式系统基础
9
linux2.4.19在at91rm9200 上的寄存器设置
10
[转]基于嵌入式Linux的通用触摸屏校准程序
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
在RT-Thread Studio中构建前执行python命令
2
研究一了一段时间RTT,直接标准版上手太难,想用nano,但又舍不得组件
3
CherryUSB开发笔记(一):FSDEV USB IP核的 HID Remote WakeUp (USB HID 远程唤醒) 2025-01-18 V1.1
4
RT-thread 缩写字典
5
RT Thread 源码分析笔记 :线程和调度器
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
I2C_IIC
ESP8266
UART
WIZnet_W5500
ota在线升级
PWM
cubemx
flash
freemodbus
BSP
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
SFUD
msh
keil_MDK
ulog
C++_cpp
MicroPython
本月问答贡献
用户名由3_15位
7
个答案
1
次被采纳
bernard
4
个答案
1
次被采纳
xusiwei1236
4
个答案
1
次被采纳
踩姑娘的小蘑菇
1
个答案
1
次被采纳
张世争
1
个答案
1
次被采纳
本月文章贡献
聚散无由
2
篇文章
14
次点赞
catcatbing
2
篇文章
5
次点赞
Wade
2
篇文章
2
次点赞
Ghost_Girls
1
篇文章
6
次点赞
xiaorui
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部