[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How can I be sure LuaJIT is working?
- From: Mike Pall <mikelu-1110@...>
- Date: Fri, 21 Oct 2011 18:44:49 +0200
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