Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在整理一个使用月球肥皂的应用程序,但是当您运行它时会报告以下错误:
C:\Lua\5.1\lua.exe:从文件“C:\Lua\5.1\clibs\lxp.dll”加载模块“lxp”时出错:找不到指定的模块。
我该如何解决 ?
这不是“找不到文件”错误。请注意,该消息表明它试图从文件('C:\Lua\5.1\clibs\lxp.dll')加载模块“lxp”,但它没有工作。也许该文件没有 luaopen_lxp C 函数(可能由 loadlib 调用)...或者您没有使用 require 加载它...