LuaInterface and 64Bit

Ok, I am currently using LuaScript v5.1 in the game engine that I am using. and the convenient LuaInterface that comes with it. I tested it on a number of systems running a number of operating systems. It seems that LuaInterface does not work on 64-bit operating systems. Can someone point me to the 64-bit Compiled LuaInterface.dll, or is there an alternative to LuaInterface that can be used because LuaInterface is extremely useful, and I don’t think I can write a more extensive interface myself using lua51. (I'm not so good, unfortunately)

Any help or links would be greatly appreciated. Thanks a lot of guys!

+1
source share
4 answers

You can check the LuaInterface source code for the Subversion repository hosted on Google Code . It contains Visual Studio project files for creating it. Welcome to the world of open source software!

+1
source

I just found some links that might help with your problem.

This shows how to modify compiled assemblies to make them run 32 bits:

http://bchavez.bitarmory.com/archive/2008/04/29/badimageformatexception-errors.aspx

This shows how to compile 32-bit targeting:

http://www.atalasoft.com/kb/article.aspx?id=10165

Read this article for a good understanding of 32 and 64-bit managed applications:

http://blogs.msdn.com/joshwil/archive/2004/03/11/88280.aspx

, 32 64 :

http://www.hanselman.com/blog/BackToBasics32bitAnd64bitConfusionAroundX86AndX64AndTheNETFrameworkAndCLR.aspx

0

KopiLuaInterface. KopiLua, # , LuaInterfaces. , LuaInterface, , !

LuaInterface KopiLuaInterface 10 , !

KopiLuaInterface: https://github.com/gfoot/kopiluainterface/releases

LuaInterface lua51 DLL 3 DLL KopiLuaInterface, , .

0

All Articles