LuaInterface错误加载模块(适用于Windows的Lua可以)

时间:2014-12-11 06:19:57

标签: lua luainterface loadmodule

我在做DoFile:

Lua luaVM = new Lua();
luaVM.DoFile("test.lua");

这是我得到的错误。

An unhandled exception of type 'LuaInterface.LuaException' occurred in LuaInterface.dll
Additional information: error loading module 'mytestlib' from file '.\mytestlib.dll':
    %1 is not a valid Win32 application.

dll是我制作的,当我从LFW(用于Windows的lua)调用这个lua时,它可以正常工作。 我需要像环境变量这样的东西吗? (我将lua / 5.1文件夹添加到EV中)

0 个答案:

没有答案