lua-users home
lua-l archive

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


Is it possible to load lua byte code from c/c++?

But not using "dofile". I tried "dostring" and "loadstring" but that didn't work.

Is there another possibility or way to do it?