You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a branch with Lua 5.0.3 and a dll built for windows. Please test and let me know any bugs. Please note, you will have to manually involve the built dll, as project references just don't work for natives.
There is a branch with Lua 5.0.3 and a dll built for windows. Please test and let me know any bugs. Please note, you will have to manually involve the built dll, as project references just don't work for natives.
You are actually using lua5.1 with that code, do a pull I just added some changes where it targets the appropriate dll. While 51 and 50 are very similar there are definitely some differences. I'll push the changes to nuget in 30 days. Changed my phone number and didn't get to change over the 2fa key.
You are actually using lua5.1 with that code, do a pull I just added some changes where it targets the appropriate dll. While 51 and 50 are very similar there are definitely some differences. I'll push the changes to nuget in 30 days. Changed my phone number and didn't get to change over the 2fa key.
I already rebound the Import via NativeLibrary.SetDllImportResolver on "lua515" as it's one of the first things I noticed. I should have mentioned that, my bad.
Activity
[-]Version Request[/-][+]Lua Version Request[/+]JustArion commentedon Jan 1, 2025
Hi there, can
Lua 5.0
be added please?tilkinsc commentedon Jan 3, 2025
There is a branch with Lua 5.0.3 and a dll built for windows. Please test and let me know any bugs. Please note, you will have to manually involve the built dll, as project references just don't work for natives.
JustArion commentedon Jan 4, 2025
It's working fine in my tests. Thanks!
tilkinsc commentedon Jan 4, 2025
You are actually using lua5.1 with that code, do a pull I just added some changes where it targets the appropriate dll. While 51 and 50 are very similar there are definitely some differences. I'll push the changes to nuget in 30 days. Changed my phone number and didn't get to change over the 2fa key.
JustArion commentedon Jan 4, 2025
I already rebound the Import via
NativeLibrary.SetDllImportResolver
on "lua515" as it's one of the first things I noticed. I should have mentioned that, my bad.