lua-users home
lua-l archive

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




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