[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT 2 crashes on lua_pcall ?
- From: "Cheng, Long" <long.x.cheng@...>
- Date: Mon, 16 Nov 2009 10:02:59 +0800
YangFan 写道:
Hi,Lua list
I have a C++ program which embeds Lua interpreter and registers several classes, then replace the Lua interpreter dll with LuaJIT2's. I find that
Replacing lua dll with luajit dll may not work. You should recompile
your code with luajit header files and link to luajit library.
Regards
Long