-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows module lua5.1 Compilation fails #31
Comments
A first example is from github actions where I test Lua modules on Windows: A second example is using Windows + MSVC
Build ok, we got For testing:
Windows 10, Latest MSVC Community, Git, Rust 1.49.0 |
Thank you very much for your reply. I succeeded !!! |
Now I have a new problem. The compiled DLL is required and executed correctly by Lua54.exe, but not by LuaQuire in Rust. Any solution, fn main() -> LuaResult<()> {
}` |
The line |
DLL is compiled in features=['lua54','module'] mode |
Lua library does not load properly without lua54. DLL, but I cannot find a way to link lua54. DLL to the library |
Excuse me, sir!
|
MSVC with LUA_INC / LUA_LIB / LUA_LIB_NAME environment variables. Windows 10 ,mlua 5.0.1 I set up,but faild. Can you give a more detailed example or configuration
The text was updated successfully, but these errors were encountered: