Search code examples
Calling Lua Function from C: Minimal example results in LUA_ERRRUN...


clualua-apilua-5.2

Read More
Is it safe to use "type" as a name/identifier in Lua?...


lualua-5.2

Read More
Why Lua's ternary operator is preventing my function to return several values?...


luavariable-assignmentconditional-operatorlua-5.2

Read More
Get n-th element from end of list (table)...


arrayslistlualua-tablelua-5.2

Read More
How to create table entries with unique id and access them using that id..?...


lualua-tablelua-5.2lua-5.1

Read More
Is there a way to catch the output in lua?...


lualoadlua-5.2

Read More
Build Lua 5.2.2 in Windows...


windowsbuildlualua-5.2

Read More
Emulating c++ 'using namespace' via _ENV...


luametatablelua-5.2meta-methodlua-5.3

Read More
Lua c API change library after creation...


clualua-apilua-5.2

Read More
"For each" loop in a lua table with key value pairs...


lualua-5.2

Read More
Storing and Returning Lua Userdata...


c++lualua-5.2lua-userdatalua-c++-connection

Read More
luaL_openlib replacement for Lua 5.2...


cluaembeddinglua-5.2

Read More
Lua How to tell 1 from 1.0...


typesluaintegerdoublelua-5.2

Read More
Lua 5.2 issue: 'attempt to call a nil value' from lua_pcall...


c++lualua-5.2

Read More
How to store a value type in a userdata?...


c++clualua-5.2

Read More
Read data before executing lua file...


lualua-5.2

Read More
Lua 5.2 metatables and environment...


lualua-tablelua-5.2

Read More
Porting from Lua 5.1 to 5.2...


c#c++luaportinglua-5.2

Read More
Cannot get a Lua function to reference 'self'...


c++lualua-5.2luabridge

Read More
Lua I/O works while debugging, but not in the program proper...


debuggingfile-ioiolualua-5.2

Read More
Create new C library in lua...


luaembeddedlua-5.2lua-api

Read More
How to use liblua52 with valac?...


valaubuntu-14.04cclua-5.2

Read More
Lua script wont accept args...


luaminecraftlua-5.2opencomputers

Read More
Lua5.2 embedded in C++...


c++lualua-5.2

Read More
"require" not work in embeded lua...


lualua-5.2

Read More
Loading a file and returning its environment...


luaenvlua-5.2lua-loadfile

Read More
How to tell if a Lua line number is a valid execution point (from C/C++)?...


luahooklua-5.2c++builder-xe3

Read More
How to filter out user defined globals in Lua from C++?...


c++luaglobal-variableslua-5.2

Read More
Loop through all Lua global variables in C++...


c++luaglobal-variableslua-5.2

Read More
Call a Lua function from C++...


c++lualua-5.2c++builder-xe3

Read More
BackNext