I'm trying to run IUP using LuaJIT, but with no success. I've downloaded the library files* iup-3.26-Lua53_Win64_dll15_lib *and unzipped them into the same directory as the LuaJIT executable.
At the head of my Lua script, I've got: *package.cpath = package.cpath .. ".\\?53.dll;"require("iuplua")* On launching LuaJIT, I get the error: *%1 is not a valid Win32 application.* Using the library* iup-3.26-Lua53_Win32_dll15_lib*, I get the error: *error loading module 'iuplua' from file '.\iuplua53.dll': The specified module could not be found.* What's the proper way to run IUP from LuaJIT? Thanks! -- David Cuny
_______________________________________________ Iup-users mailing list Iup-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iup-users