Search found 2 matches

by dkpark89
Sun Mar 13, 2016 12:54 pm
Forum: General Discussion
Topic: can I use other library(dll file) in Lua script?
Replies: 2
Views: 9181

Re: can I use other library(dll file) in Lua script?

Castler wrote:ToME uses LuaJIT, not Lua 5.1. I don't know if the two are ABI-compatible on Windows, but I don't think they are, so that may be the source of your problem.
Thank you, it's very useful help. :D
by dkpark89
Sun Mar 13, 2016 7:55 am
Forum: General Discussion
Topic: can I use other library(dll file) in Lua script?
Replies: 2
Views: 9181

can I use other library(dll file) in Lua script?

I made a test.dll with Luabind, but T-engine is crash down. I tested Lua51.exe, in this case, Lua51.exe did not crash, and very well done my dll. can I use other library(dll file) in Lua script called by T-engine? ==== source code of test.dll ========= #include <iostream> #include <luabind/luabind.h...