Skip to content

Lua Version Request #13

Open
Open
@tilkinsc

Description

@tilkinsc
Owner

This thread serves as a Lua version request.

Activity

pinned this issue on Dec 20, 2023
changed the title [-]Version Request[/-] [+]Lua Version Request[/+] on Jan 24, 2024
unpinned this issue on Aug 28, 2024
JustArion

JustArion commented on Jan 1, 2025

@JustArion

Hi there, can Lua 5.0 be added please?

tilkinsc

tilkinsc commented on Jan 3, 2025

@tilkinsc
OwnerAuthor

Hi there, can Lua 5.0 be added please?

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

JustArion commented on Jan 4, 2025

@JustArion

Hi there, can Lua 5.0 be added please?

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.

It's working fine in my tests. Thanks!

tilkinsc

tilkinsc commented on Jan 4, 2025

@tilkinsc
OwnerAuthor

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

JustArion commented on Jan 4, 2025

@JustArion

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tilkinsc@JustArion

        Issue actions

          Lua Version Request · Issue #13 · tilkinsc/Lua.NET