Re: [Iup-users] iupplot

2015-09-20 Thread Milind Gupta
Hi Antonio, Thanks for replying on a Sunday. I see that I was missing the cdgl.dll and cdcontextplus.dll. After I add those to my dll directory then it works fine. Thanks, Milind On Sun, Sep 20, 2015 at 11:59 AM, Antonio Scuri wrote: > Hi, > > I tested the iuplua console for 5.1, 5

Re: [Iup-users] UTF-8 GTK2/Linux: action callback in IupText broken.

2015-09-20 Thread Antonio Scuri
Because of the console default locale. In Windows it is not UTF-8. In modern Linux, at least in Ubuntu the default is UTF-8. So it should work. I'll make a few tests here next week and let you know. Best, Scuri On Sat, Sep 19, 2015 at 7:13 AM, "Jörg F. Wittenberger" < joerg.wittenber...@softey

Re: [Iup-users] iupplot

2015-09-20 Thread Antonio Scuri
Hi, I tested the iuplua console for 5.1, 5.2 and 5.3, for 32 and 64 bits and they all successfully loaded require("iuplua_plot") p = iup.plot{} Which package did you downloaded? Is the DLL there? Best, Scuri On Sun, Sep 20, 2015 at 3:02 PM, Milind Gupta wrote: > require("iuplua_pplot")

Re: [Iup-users] iupplot

2015-09-20 Thread Milind Gupta
require("iuplua_pplot") works though. On Sun, Sep 20, 2015 at 10:20 AM, Milind Gupta wrote: > Hi Antonio, > Thanks for the new release. I am using Lua 5.3. I start lua > and I do require("iuplua_plot") it is not able to load the module saying it > could not find the specified module

[Iup-users] iupplot

2015-09-20 Thread Milind Gupta
Hi Antonio, Thanks for the new release. I am using Lua 5.3. I start lua and I do require("iuplua_plot") it is not able to load the module saying it could not find the specified module. It tries to load it from iuplua_plot53.dll Milind --