Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Johann Philippe via Iup-users
More precisely : on luapower:  you can take the "all in one" download link, and run with the /bin/mingx64/luajit.exe interpreter. And on luajit official website : it's the luajit2.1.0-beta3Mabe i should try with the stable version 2.0.5 ? I See that tomorrow.Johann Le dimanche 1 avril 201

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Johann Philippe via Iup-users
Ok so the full luapower package came from the official luapower : https://luapower.com/ And the second luajit version I tried came from the official luajit website : http://luajit.org/For this last, i used the "make" function with mingw64/msys64. Let me know ! Thank you very much for your help.

Re: [Iup-users] Regression bug in iup_config.c? (Crash if there is no config file)

2018-04-01 Thread Eric Wing
On 3/31/18, Pete Lomax via Iup-users wrote: > I reported this privately last week, and that call was promptly removed in > SVN Thank you. -- Check out the vibrant tech community on one of the world's most engaging tech s

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Antonio Scuri
Link, I mean an URL. From which site you downloaded lua jit. I'll make a few tests here. Best, Scuri 2018-04-01 14:36 GMT-03:00 Johann Philippe : > > I'm not sure to understand what do you mean with "what's the link" ? > I first tried it in the full luapower package > (luapower-all-master

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Johann Philippe via Iup-users
I'm not sure to understand what do you mean with "what's the link" ? I first tried it in the full luapower package (luapower-all-master/bin/mingw64), then i also tried with a standard luajit build with mingw64. In both case i put the lua5.1.dll (the one you sent me earlier) in the same folder

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Antonio Scuri
Hi, The proxy you download also exports the Lua internal functions marked with LUAI_FUNC. It seems that the lua51.dll you are using does not exports those functions. That's weird, we already used IUP with Lua JIT before and they work fine. But that was some time ago, maybe something has change

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Johann Philippe via Iup-users
I put all the base package (dll) in my package.cpath folder, and also the lua5.1 package. Then i pasted the lua5.1_proxy (renamed lua5.1.dll) in the same folder than lua51.dll. Added "my/path/?51.dll" to package.cpathAnd it returns an error dialog with "The procedure entry point luaD_growstack

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Antonio Scuri
The Lua DLLs are separated by Lua version. So in the same place you find the base package, there will be 3 folders, for lua 5.1, 5.3 and 5.3. in IUP Source Forge page, click on Files, then the IUP version, then Windows, then dynamic. Then the lua version. But you can also use the DLLs from the

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Antonio Scuri
Yes, that's it. Best, Scuri Em dom, 1 de abr de 2018 12:00, Johann Philippe escreveu: > > Thanks, > > So the last one you sent was the right one ? (the one called > lua5.1_proxy.dll). > I guess i have to rename it lua5.1.dll and replace the old one with it ? > > Thanks a lot. > Johann > Le di

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Johann Philippe via Iup-users
Also, another small misunderstanding. I could run IUP using the package of precompiled binaries (the one including lua5.1.exe etc), but for running with luajit, i don't understand what are the packages I have to download in order to put in my package.cpath folder. I think that precompiled dlls

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Johann Philippe via Iup-users
Thanks, So the last one you sent was the right one ? (the one called lua5.1_proxy.dll). I guess i have to rename it lua5.1.dll and replace the old one with it ? Thanks a lot. Johann Le dimanche 1 avril 2018 à 15:32:23 UTC+2, Antonio Scuri a écrit :   Hi,   You can obtain the 64 bit

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Antonio Scuri
Hi, You can download it from here (64 bits): http://webserver2.tecgraf.puc-rio.br/~scuri/tmp/lua5.1_proxy.zip It will be included in the next IUP distribution. Best, Scuri 2018-04-01 10:30 GMT-03:00 Antonio Scuri : > No, please ignore the previous message. That is lua51.dll proxy to lu

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Antonio Scuri
No, please ignore the previous message. That is lua51.dll proxy to lua5.1 .dll. I'm looking for the oposite proxy. I have this somewhere... Best, Scuri 2018-04-01 10:27 GMT-03:00 Antonio Scuri : > Hi, > > You can obtain the 64 bit proxy DLL from this package: > > https://sourceforge.net

Re: [Iup-users] IUP and Luajit

2018-04-01 Thread Antonio Scuri
Hi, You can obtain the 64 bit proxy DLL from this package: https://sourceforge.net/projects/luabinaries/files/5.1.5/Tools%20Executables/lua-5.1.5_Win64_bin.zip/download The DLL is "lua5.1.dll", it should work with any Lua 5.1 version. Best, Scuri 2018-03-31 9:00 GMT-03:00 Johann Philip

Re: [Iup-users] Problems with layout (sometimes too small, then too big)

2018-04-01 Thread Chris Matzenbach via Iup-users
Hi, For what it is worth, I have installed Arch linux on three separate machines in the past month, and on each one I have encountered this error. On some setups I had just gtk2 installed prior to this error, and on others I had both gtk2 and 3 installed. Testing it on my laptop running Arch righ