Re: [Iup-users] Lua 5.3 with iup 3.14

2015-05-26 Thread Antonio Scuri
OK! Best, Scuri On Tue, May 26, 2015 at 1:11 AM, Milind Gupta wrote: > Thanks Antonio, > I was able to fix it. I added the LUA_COMPAT_MODULE definition in the > Makefile. I was compiling my own Lua 5.2 and I didn't have that problem I > see that the Definitions in the makefile were chang

Re: [Iup-users] Lua 5.3 with iup 3.14

2015-05-25 Thread Milind Gupta
Thanks Antonio, I was able to fix it. I added the LUA_COMPAT_MODULE definition in the Makefile. I was compiling my own Lua 5.2 and I didn't have that problem I see that the Definitions in the makefile were changed from LUA_COMPAT_ALL to LUA_COMPAT_5_2 in the Lua 5.3 release that is why I starte

Re: [Iup-users] Lua 5.3 with iup 3.14

2015-05-25 Thread Antonio Scuri
You have to modify the Makefile to include the LUA_COMPAT_MODULE definition as the tecmake configuration files used to build LuaBinaries does. Scuri Em 25/05/2015 21:57, "Milind Gupta" escreveu: > Hi Karagy, > Looking at the dll in the hex editor I see that my dll has the name > luaL_opeli

Re: [Iup-users] Lua 5.3 with iup 3.14

2015-05-25 Thread Milind Gupta
Hi Karagy, Looking at the dll in the hex editor I see that my dll has the name luaL_opelibs and the iup dll has the names luaL_openlib and luaL_openlibs both. The lua API just has luaL_openlibs. The error message also wants to look for luaL_openlib (no s). Where does luaL_openlib come from?

Re: [Iup-users] Lua 5.3 with iup 3.14

2015-05-25 Thread Milind Gupta
Hi Antonio, Compiling Lua from the unmodified LuaBinaries source does not help also. I still get the same problem. How is the Lua executable and dll in the iup download compiled? Thanks, Milind On Mon, May 25, 2015 at 3:35 PM, Antonio Scuri wrote: > The LuaBinaries also defines LUA_CO

Re: [Iup-users] Lua 5.3 with iup 3.14

2015-05-25 Thread Karagy
Hi, Milind. Check exactly name for luaL_openlib in your compiled dll and in official dll (via an hex editor). See also http://www.willus.com/mingw/yongweiwu_stdcall.html -- One dashboard for servers and applications acr

Re: [Iup-users] Lua 5.3 with iup 3.14

2015-05-25 Thread Antonio Scuri
The LuaBinaries also defines LUA_COMPAT_MODULE. Best, Scuri -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics,

Re: [Iup-users] Lua 5.3 with iup 3.14

2015-05-25 Thread Milind Gupta
Hi Antonio, I looked at luabinaries luaconf.h. I couldn't see any significant difference. I used the LuaBinaries source and compiled Lua using MinGW. I used the resulting exe and dll but I still get the same problem when I require iuplua. Any more help please? Thanks, Milind

Re: [Iup-users] Lua 5.3 with iup 3.14

2015-05-23 Thread Antonio Scuri
The LuaBinaries source package has the lua_conf.h we modified to support iup/cd/im file nomenclature. Just download it and take a look. Best, Scuri Em 23/05/2015 05:36, "Milind Gupta" escreveu: > Hi, > I downloaded iup-3.14-Lua53_Win32_bin.zip >

[Iup-users] Lua 5.3 with iup 3.14

2015-05-23 Thread Milind Gupta
Hi, I downloaded iup-3.14-Lua53_Win32_bin.zip and was trying to use iuplua with Lua 5.3 executable and dll I compiled by downloading lua from lua.org (after adding some paths in