Skip to content
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

Compile lua52.dll with runtime #35

Closed
Artum opened this issue Dec 12, 2017 · 4 comments
Closed

Compile lua52.dll with runtime #35

Artum opened this issue Dec 12, 2017 · 4 comments

Comments

@Artum
Copy link

Artum commented Dec 12, 2017

The lua52.dll from Nuget package is compiled with "/MD" runtime library flag (Multi-threaded DLL) which makes hard to distribute applications with NLua library.

Requesting to rebuild lua52.dll with "/MT" runtime library flag (Multi-threaded) to include the VS2013 C++ runtime in the binaries.

@viniciusjarina
Copy link
Member

You can easily build from source.

@viniciusjarina viniciusjarina transferred this issue from NLua/NLua Jan 23, 2019
@viniciusjarina
Copy link
Member

  • Fixed

@FoxMoss
Copy link

FoxMoss commented Apr 4, 2023

this might still be an issue, i keep getting Unhandled exception. System.DllNotFoundException: Unable to load shared library 'lua54' or one of its dependencies. its driving me crazy

on a raspi

@viniciusjarina
Copy link
Member

viniciusjarina commented Apr 4, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants