萝卜L

导航

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

  • "error loading module 'XXX' from file '..\YYY.dll'" - "找不到指定的模块。":已找到require的,但没有找到其内引用的其他模块
    如:require'iuplua',有iuplua.dll,但没有相应的iup.dll。
  • "error loading module 'XXX' from file '..\YYY.dll'" - "找不到指定的程序。":已找到require的,但没找到入口函数
    如:require'iup',lua需要经由iuplua来加载iup。
  • "module 'iuplua' not found",没有找到require的——未在package.pathpackage.cpath所描述的路径找到

参考:WINDOWS ZEROBRANE STUDIO(ZBSTUDIO/ZBS)配置 IUPLUA

posted on 2024-05-03 23:14  萝卜L  阅读(11)  评论(0编辑  收藏  举报