谢谢yeahkai
的确是本科毕设,题目是一个嵌入式手持设备的GUI,上个星期才知道系统用的是vxworks。
我是觉得我的主要任务是gui,对于真正vxworks下的编程并不需要太多知识,主要能了解任务间的通讯就差不多了。昨天又装了2.0并打了补丁以后build仍有错,不过错误内容变了
In file included from ..\ugldemo.c:60:
G:\Tornado\target\h\ugl\uglMsg.h:182: conflicting types for `UGL_MSG_Q_ID'
G:\Tornado\target\h\ugl\os\udvxw.h:57: previous declaration of `UGL_MSG_Q_ID'
..\ugldemo.c:72: parse error before `inputServiceId'
..\ugldemo.c:72: warning: data definition has no type or storage class
..\ugldemo.c: In function `ugldemo':
..\ugldemo.c:481: too many arguments to function `uglOSTaskCreate'
..\ugldemo.c: In function `windMLDemo':
..\ugldemo.c:526: invalid type argument of `->'
..\ugldemo.c:532: `UGL_INPUT_SERVICE_ID' undeclared (first use in this function)
..\ugldemo.c:532: (Each undeclared identifier is reported only once
..\ugldemo.c:532: for each function it appears in.)
..\ugldemo.c:532: parse error before `uglRegistryFind'
..\ugldemo.c:541: invalid type argument of `->'
对于windml我实在太陌生了,要是有移植到vxworks下的minigui就好了。。。