lua-users home
lua-l archive

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


Secretive Loon wrote:
> I found this and now I'm nearly certain this is my problem:
> http://luajit.org/ext_c_api.html
>
> I have done none of this. I just left the code exactly as it was and just
> changed the lib and dll. I have to do this stuff too, right? I have to
> rewrite my lua wrapper?

No, that's NOT your problem. I don't think it's that hard to read
and follow the advice in this section:

  http://luajit.org/install.html#embed

In particular the part about luaL_openlibs ...

--Mike