摘要: makefile 文件中最难写的是各种规则,但是我们的图丁系统已经提供了常用的所有规则(在/tdGUI/x86/output/rules.mk 文件中), # zhangjie design 2.2 ################################################## 阅读全文
posted @ 2020-11-30 16:40 maxiongying 阅读(338) 评论(0) 推荐(0)
摘要: TwAppInit() 初始化控件系统 TwLayoutParseFile 解析某个加载的ini文件 TGetExecutePath 加载ini布局文件 TObjectGetFromName 获取控件名 TwSetCaption 设置控件的文字 TwUpdateShow()刷新界面 TObjectA 阅读全文
posted @ 2020-11-30 16:18 maxiongying 阅读(664) 评论(0) 推荐(0)
摘要: 新建.vscode,新建c_cpp_properties.json,在includePath中配置/tdGUI/output/include/ c_cpp_properties.json { "configurations": [ { "name": "Linux", "includePath": 阅读全文
posted @ 2020-11-30 16:15 maxiongying 阅读(442) 评论(0) 推荐(0)