List Question
20 TechQA 2023-03-31T17:06:33.110000Recompiling Lua files properly for KOF XIII
147 views
Asked by Yoshin Pixels
How to properly compile and link Lua C API with MinGW?
365 views
Asked by XenixSX
Can't store lua return value in C++
229 views
Asked by Primitive
How can I load the file.lua library globally by C++ without having to import it with : loadfile("file.lua")()?
388 views
Asked by waldemar lima
Lua C - Is there a way to keep a value in C, but still have it not garbage collected?
286 views
Asked by Artemking4
MinGw "Luac" creates .out files instead of .exe files
253 views
Asked by Da Mammoth
Compile Lua script to 32 bit bytecode on MacOS
541 views
Asked by Hedge
Cannot emplace_back to a vector that is also a function
156 views
Asked by Virtualization
How to decompile a Lua file?
36.9k views
Asked by S.Stevens
How to make a structure in C language with lua c api
420 views
Asked by P.Kwon
Why do LClosures appear to have 2 different upvalues?
38 views
Asked by Luke Mitchell
I GET ( Index was outside the bounds of the array) ERROR
28 views
Asked by ASTROMY
Can you add an upvalue to a closure which was created with none?
83 views
Asked by Luke Mitchell
how to get assembly code from .lua or from byte code?
1.9k views
Asked by laticoda
Editing memory with a custom function in Lua C API
347 views
Asked by sweetpeps
Changing the size of lua numbers in compiled lua script
599 views
Asked by Stud
How to merge singular files into a single file(note: both files are of different types)
79 views
Asked by Rapadant Networks
Is there a lua-c api function which doesn't remove the complete stack?
851 views
Asked by Marlonie2010
Embed luac-bytecode into C/C++ source-file
726 views
Asked by user1511417
How to remove useless data in compiled LUA after decompiling then recompiling like with/without modifications?
142 views
Asked by LolHacksRule