上一页 1 2 3 4 5 6 7 8 9 ··· 67 下一页
摘要: 1,输入ip地址提示错误 2,在file--Preferences,修改Warn before connecting to untrusted servers 为“Do not verify server identity cerfificates” 阅读全文
posted @ 2020-12-07 20:10 maxiongying 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1,用bool_button控件 layout.ini main_win = { type = "window" x = 0 y = 0 w = 1024 h = 600 style = "main_win" flags={ window_splash } audioBtn = { type = " 阅读全文
posted @ 2020-12-07 19:50 maxiongying 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1,封装pthread thread.h class Thread { public: Thread() : mRunning(false),mPriority(PRIORITY_NOT_SET) { } virtual ~Thread(); bool start(char* name); bool 阅读全文
posted @ 2020-12-03 13:53 maxiongying 阅读(120) 评论(0) 推荐(0) 编辑
摘要: makefile 文件中最难写的是各种规则,但是我们的图丁系统已经提供了常用的所有规则(在/tdGUI/x86/output/rules.mk 文件中), # zhangjie design 2.2 ################################################## 阅读全文
posted @ 2020-11-30 16:40 maxiongying 阅读(294) 评论(0) 推荐(0) 编辑
摘要: TwAppInit() 初始化控件系统 TwLayoutParseFile 解析某个加载的ini文件 TGetExecutePath 加载ini布局文件 TObjectGetFromName 获取控件名 TwSetCaption 设置控件的文字 TwUpdateShow()刷新界面 TObjectA 阅读全文
posted @ 2020-11-30 16:18 maxiongying 阅读(603) 评论(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 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 下载代码: https://files.cnblogs.com/files/senior-engineer/solingtdLauncher.zip 阅读全文
posted @ 2020-11-28 17:16 maxiongying 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 在QT creator 中,想编译32bit的程序,结果编译的时候,出现了题中的错误。 那是系统还没有安装多版本编译模式的缘故,安装如下插件即可。 sudo apt-get install gcc-multilib g++-multilib 如果上面的安装最新版失败了,也可以尝试下面的版本。 sud 阅读全文
posted @ 2020-11-28 17:09 maxiongying 阅读(3538) 评论(1) 推荐(1) 编辑
摘要: Beyond Compare 4.1 and newer require matching package and OS architecture (amd64.deb or i386.deb). Beyond Compare 3 - 4.0.7 require the i386.deb packa 阅读全文
posted @ 2020-11-27 11:00 maxiongying 阅读(1298) 评论(0) 推荐(0) 编辑
摘要: 一)编写ini文件,用button实现加载界面 cl_animationWin={ type="window" x=0 y=0 w=1024 h=600 style="cl_normalwin" flags={ window_splash } ... cl_picLoadingButton={ ty 阅读全文
posted @ 2020-11-23 18:44 maxiongying 阅读(171) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 67 下一页