萝卜L

导航

2025年6月22日 #

lua 5.3 glue srlua/wsrlua console/windows

摘要: 基于srlua-vc。 项目已配置VS solution 针对lua54 包含上下文项目lua54、srglue-vc、srlua-vc VS打开"srlua-vc.sln","新建解决方案配置" 可基于"release"解决方案配置新建。 "srglue-vc"、"srlua-vc"需一起"生成" 阅读全文

posted @ 2025-06-22 21:34 萝卜L 阅读(1) 评论(0) 推荐(0)

2025年5月3日 #

CMake Luarocks

摘要: Luarocks Commands 可以通过luarocks help查看简短说明,通过luarocks help xxx查看详细说明 命令 简介 说明 build Build/compile a rock Build and install a rock, compiling its C part 阅读全文

posted @ 2025-05-03 22:07 萝卜L 阅读(10) 评论(0) 推荐(0)

2025年4月3日 #

OCX(ActiveX COM) 控件测试容器(tstcon32) 失败 问题 解决

摘要: 问题 在ForceControl|力控"组态开发环境"(32位)-复合组件-ActiveX容器,添加"DBGrid Control"控件,不正常,为空白,无属性、方法; 在tstcon32(ActiveX 控件测试容器)(32位)-容器-插入新控件|插入控件,失败,报错"未能创建控件"。 在Exce 阅读全文

posted @ 2025-04-03 18:31 萝卜L 阅读(21) 评论(0) 推荐(0)

2025年2月12日 #

Lua IUP Plot 柱状图 示例

摘要: 效果 帮助文档笔记 自文档,描述Plot,非DEMO使用说明 控件对象结构 Control DS DataSet Sample Index Value 控件流程 Creation Auxiliary Callback Redraw 属性结构 控件内像素坐标与控件轴坐标值换算 Cnv Position 阅读全文

posted @ 2025-02-12 23:13 萝卜L 阅读(13) 评论(0) 推荐(0)

2025年2月6日 #

GitHub Desktop 连接 Gitee 失败

摘要: 使用GitHub Desktop进行Git操作异常。 Authentication failed We were unable authenticate https://.. Please enter the password for user .. 以上用户名中"%40163"即"@163",是G 阅读全文

posted @ 2025-02-06 23:44 萝卜L 阅读(25) 评论(0) 推荐(0)

2025年1月14日 #

EPLAN P8 学习笔记 配图 20250114

摘要: 组织结构、细节会生疏。 Page properties-Full page name、Page type、Page description Full page name-Structure identifiers Main Project tree-Identifier Structure Page 阅读全文

posted @ 2025-01-14 18:39 萝卜L 阅读(21) 评论(0) 推荐(0)

2025年1月13日 #

TIA Portal V19 STEP 7 Professional WinCC - Setup 安装过程中出错 失败

摘要: 安装日志 10:10:29 | OK MspInstall () Complete 10:10:34 |ERROR AdsWorkerForeignExe::GetInstallResult(): - -532462766: assuming unknown error, because retur 阅读全文

posted @ 2025-01-13 13:51 萝卜L 阅读(414) 评论(0) 推荐(0)

2025年1月10日 #

笔记 配图 20250110

摘要: 柱塞泵 泵头 斜盘 柱塞 活塞 冲程 行程+变频器 工频 电机+变量 恒压变流 恒流变压 饱和蒸汽压 沸点 压力 气相 液相 气化 液化 亨利定律 理想气体定律 西门子 远程 分布式 IO PLC Profinet Profibus 总线 头模块 Head Module 基座单元 Base Unit 阅读全文

posted @ 2025-01-10 18:00 萝卜L 阅读(11) 评论(0) 推荐(0)

2024年5月3日 #

windows zeroBrane Studio(zbstudio/zbs)配置 iuplua V3

摘要: 下载 "HOME / X.XX / Windows Libraries / Dynamic / "下的iup库 "HOME / X.XX / Windows Libraries / Dynamic / LuaYY"下的iuplua库 以上: X.XX:iup的版本; YY:lua的版本,如Lua、L 阅读全文

posted @ 2024-05-03 23:54 萝卜L 阅读(173) 评论(0) 推荐(0)

Lua 找不到指定模块 找不到指定的程序 V2

摘要: "error loading module 'XXX' from file '..\YYY.dll'" - "找不到指定的模块。":已找到require的包,但没有找到其内引用的其他模块。 如:require'iuplua',有iuplua.dll,但没有相应的iup.dll。 "error loa 阅读全文

posted @ 2024-05-03 23:14 萝卜L 阅读(395) 评论(0) 推荐(0)