lua-users home
lua-l archive

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


Thanks that helped a ton

> extern "C" { #include <lua.h> }

that should be:

> extern "C" {
> #include <lua.h>
> }

the above for C++ applications and for C applications it can be left as a 
regular inclusion ( IE: #include <lua.h> )

Than you,

--
Juan Espinoza