|
The errror I'm always getting is: [Linker error] undefined reference to 'lua_open'
Sounds like a name mangling error... Perhaps you could try this code fragment (in place of your include): extern "C" { #include <lua.h> } I hope this helps. Ashwin. -- no signature is a signature.