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

Feature request: Add Lua 5.3 #40

Closed
ValeryKV opened this issue Jul 25, 2019 · 1 comment
Closed

Feature request: Add Lua 5.3 #40

ValeryKV opened this issue Jul 25, 2019 · 1 comment
Assignees

Comments

@ValeryKV
Copy link

Please add Lua 5.3 to modules.

Or could you explain how to do it. I added src, but it is not clear how to add luaproxydll.

@pkulchenko pkulchenko self-assigned this Jul 25, 2019
@pkulchenko
Copy link
Owner

Please add Lua 5.3 to modules.

@ValeryKV, I don't plan to, as you can easily compile wxlua using external Lua. Also, Lua 5.4 is going to be out soon and will need to be added and supported.

Or could you explain how to do it. I added src, but it is not clear how to add luaproxydll.

luaproxydll is rarely needed (mostly when you want to load external modules with a statically compiled Lua interpreter), but if you indeed need it for Lua 5.3, you can follow the "instructions" in modules/luaproxydll folder: (1) generate the export file (similar to proxydll_exports_lua52.h) using pexports, dumpbin or similar command running it on lua53.dll, (2) compile proxydll.c to generate the binary. See the detailed instructions at the top of the proxydll.c file.

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

2 participants