我在做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中)