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 started seeing this
problem when I started with Lua 5.3.

Thanks for the help.

Regards,
Milind


On Mon, May 25, 2015 at 6:00 PM, Antonio Scuri <antonio.sc...@gmail.com>
wrote:

> 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" <milind.gu...@gmail.com> escreveu:
>
>> 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?
>>
>> Thanks,
>> Milind
>>
>>
>> On Mon, May 25, 2015 at 3:58 PM, Karagy <kar...@mail.ru> wrote:
>>
>>> 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 across Physical-Virtual-Cloud
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Iup-users mailing list
>>> Iup-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>
>>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to