lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Now i read a few examples, like this one: http://csl.sublevel3.org/lua/.
but they never seem to include luaconf.h, while i need to, because if i don't i get an error.
 

You shouldn't need to include the header luaconf.h because it is already included at the beginning of file lua.h.
What version of Lua are you using ?