I have some files .lua with functions and would like to create a DLL with all the files, it is possible?
Is this what you want? http://lua-users.org/wiki/BuildingLua
– Maniero
I did not find how to create dll, only how to compile to . exe.
– Gabriel Sales
Are you sure? I haven’t read everything but there are 83 references to the DLL and the little I read seems to indicate that yes. If it’s not, I hope someone has better information.
– Maniero
I saw only procedures to compile the moon. h, which would be the decompiled dll Lua5.1.dll, I believe.
– Gabriel Sales