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 2018 à 20:41:37 UTC+2, Antonio Scuri 
 a écrit :  
 
   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/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 than lua51.dll, and 
the packages for windows 64 mingw (standard package and lua51 package) in the 
cpath folder. Both times, the error dialog occurs when i require 'iuplua'

Maybe there is another thing to do that i'm missing ? Do you mean there is a 
link to do between luajit and IUP ? 

ThanksJohann



Le dimanche 1 avril 2018 à 18:58:43 UTC+2, Antonio Scuri 
 a écrit :  
 
   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 changed.
  You can not use two different Lua implementations in the same project, so you 
can not use the regular lua5.1.dll we provide along with your lua jit files. 
  What's the link you are using for Lua JIT?
Best,Scuri

2018-04-01 13:20 GMT-03:00 Johann Philippe :

 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 could not be 
located in the dynamic link libraryF:/Logiciels/luajit/luapower- 
all-master/bin/mingw64/lua5.1. dll"

Also tried with putting lua5.1.dll in the package.cpath folder, and it only 
returns in the console "iuplua51.dll the specified module couldn't be found"
Any idea where is the issue from ? 
Johann
Le dimanche 1 avril 2018 à 17:58:00 UTC+2, Antonio Scuri 
 a écrit :  
 
   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 tools executable. Just copy from the 
package you already have.
Best,Scuri



Em dom, 1 de abr de 2018 12:12, Johann Philippe  
escreveu:

 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 should be easier 
to run for me. But then which one download ? If i download the windows dynamic 
library, it contains the iup.dll, but not the iuplua51.dll, so where to find 
this one ? 
ThanksJohann
Le dimanche 1 avril 2018 à 17:00:22 UTC+2, Johann Philippe 
 a écrit :  
 
  
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 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 Philippe via Iup-users 
:

Dear all, Sorry if i'm sending this mail to the wrong topic/object, i'm a 
newcomer in "sourceforge mailing lists" which i don't really understand. 
I'm currently trying to build IUP  to use it with luajit x64 (would be great if 
it could work for windows and linux). 
I saw and older topic from 2016 where it's adviced to link a lua5.1.dll proxy 
to lua51.dll. But i couldn't download those files, since the link is dead. And 
i don't really know how to create a dll proxy, and what it should contain. 
So, my question is simple:  what could be the best way to use IUP with luajit 
(x64) ? 
Thanking you in advance
Johann Philippe

-- -- --

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. 
Johann





 

Le dimanche 1 avril 2018 à 20:41:37 UTC+2, Antonio Scuri 
 a écrit :  
 
   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/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 than lua51.dll, and 
the packages for windows 64 mingw (standard package and lua51 package) in the 
cpath folder. Both times, the error dialog occurs when i require 'iuplua'

Maybe there is another thing to do that i'm missing ? Do you mean there is a 
link to do between luajit and IUP ? 

ThanksJohann



Le dimanche 1 avril 2018 à 18:58:43 UTC+2, Antonio Scuri 
 a écrit :  
 
   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 changed.
  You can not use two different Lua implementations in the same project, so you 
can not use the regular lua5.1.dll we provide along with your lua jit files. 
  What's the link you are using for Lua JIT?
Best,Scuri

2018-04-01 13:20 GMT-03:00 Johann Philippe :

 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 could not be 
located in the dynamic link libraryF:/Logiciels/luajit/luapower- 
all-master/bin/mingw64/lua5.1. dll"

Also tried with putting lua5.1.dll in the package.cpath folder, and it only 
returns in the console "iuplua51.dll the specified module couldn't be found"
Any idea where is the issue from ? 
Johann
Le dimanche 1 avril 2018 à 17:58:00 UTC+2, Antonio Scuri 
 a écrit :  
 
   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 tools executable. Just copy from the 
package you already have.
Best,Scuri



Em dom, 1 de abr de 2018 12:12, Johann Philippe  
escreveu:

 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 should be easier 
to run for me. But then which one download ? If i download the windows dynamic 
library, it contains the iup.dll, but not the iuplua51.dll, so where to find 
this one ? 
ThanksJohann
Le dimanche 1 avril 2018 à 17:00:22 UTC+2, Johann Philippe 
 a écrit :  
 
  
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 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 Philippe via Iup-users 
:

Dear all, Sorry if i'm sending this mail to the wrong topic/object, i'm a 
newcomer in "sourceforge mailing lists" which i don't really understand. 
I'm currently trying to build IUP  to use it with luajit x64 (would be great if 
it could work for windows and linux). 
I saw and older topic from 2016 where it's adviced to link a lua5.1.dll proxy 
to lua51.dll. But i couldn't download those files, since the link is dead. And 
i don't really know how to create a dll proxy, and what it should contain. 
So, my question is simple:  what could be the best way to use IUP with luajit 
(x64) ? 
Thanking you in advance
Johann Philippe

-- 

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 sites, Slashdot.org! http://sdm.link/slashdot
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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/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 than lua51.dll, and the packages for windows 64 mingw (standard
> package and lua51 package) in the cpath folder.
> Both times, the error dialog occurs when i require 'iuplua'
>
> Maybe there is another thing to do that i'm missing ?
> Do you mean there is a link to do between luajit and IUP ?
>
>
> Thanks
> Johann
>
>
>
> Le dimanche 1 avril 2018 à 18:58:43 UTC+2, Antonio Scuri <
> antonio.sc...@gmail.com> a écrit :
>
>
>   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 changed.
>
>   You can not use two different Lua implementations in the same project,
> so you can not use the regular lua5.1.dll we provide along with your lua
> jit files.
>
>   What's the link you are using for Lua JIT?
>
> Best,
> Scuri
>
>
> 2018-04-01 13:20 GMT-03:00 Johann Philippe :
>
> 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.cpath
> And it returns an error dialog with
> "The procedure entry point luaD_growstack could not be located in the
> dynamic link library
> F:/Logiciels/luajit/luapower- all-master/bin/mingw64/lua5.1. dll"
>
>
> Also tried with putting lua5.1.dll in the package.cpath folder, and it
> only returns in the console "iuplua51.dll
> the specified module couldn't be found"
>
> Any idea where is the issue from ?
>
> Johann
> Le dimanche 1 avril 2018 à 17:58:00 UTC+2, Antonio Scuri <
> antonio.sc...@gmail.com> a écrit :
>
>
>   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 tools executable. Just copy from
> the package you already have.
>
> Best,
> Scuri
>
>
>
>
> Em dom, 1 de abr de 2018 12:12, Johann Philippe 
> escreveu:
>
> 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
> should be easier to run for me. But then which one download ? If i download
> the windows dynamic library, it contains the iup.dll, but not the
> iuplua51.dll, so where to find this one ?
>
> Thanks
> Johann
> Le dimanche 1 avril 2018 à 17:00:22 UTC+2, Johann Philippe <
> johannphili...@yahoo.fr> a écrit :
>
>
>
> 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 <
> antonio.sc...@gmail.com> a écrit :
>
>
>   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 Philippe via Iup-users 
>  net >:
>
> Dear all,
> Sorry if i'm sending this mail to the wrong topic/object, i'm a newcomer
> in "sourceforge mailing lists" which i don't really understand.
>
> I'm currently trying to build IUP  to use it with luajit x64 (would be
> great if it could work for windows and linux).
>
> I saw and older topic from 2016 where it's adviced to link a lua5.1.dll
> proxy to lua51.dll. But i couldn't download those files, since the link is
> dead. And i don't really know how to create a dll proxy, and what it should
> contain.
>
> So, my question is simple:  what could be the best way to use IUP with
> luajit (x64) ?
>
> Thanking you in advance
>
> Johann Philippe
>
> -- --
> --
> Check out the vibrant tech 

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 changed.

  You can not use two different Lua implementations in the same project, so
you can not use the regular lua5.1.dll we provide along with your lua jit
files.

  What's the link you are using for Lua JIT?

Best,
Scuri


2018-04-01 13:20 GMT-03:00 Johann Philippe :

> 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.cpath
> And it returns an error dialog with
> "The procedure entry point luaD_growstack could not be located in the
> dynamic link library
> F:/Logiciels/luajit/luapower-all-master/bin/mingw64/lua5.1.dll"
>
>
> Also tried with putting lua5.1.dll in the package.cpath folder, and it
> only returns in the console "iuplua51.dll
> the specified module couldn't be found"
>
> Any idea where is the issue from ?
>
> Johann
> Le dimanche 1 avril 2018 à 17:58:00 UTC+2, Antonio Scuri <
> antonio.sc...@gmail.com> a écrit :
>
>
>   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 tools executable. Just copy from
> the package you already have.
>
> Best,
> Scuri
>
>
>
>
> Em dom, 1 de abr de 2018 12:12, Johann Philippe 
> escreveu:
>
> 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
> should be easier to run for me. But then which one download ? If i download
> the windows dynamic library, it contains the iup.dll, but not the
> iuplua51.dll, so where to find this one ?
>
> Thanks
> Johann
> Le dimanche 1 avril 2018 à 17:00:22 UTC+2, Johann Philippe <
> johannphili...@yahoo.fr> a écrit :
>
>
>
> 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 <
> antonio.sc...@gmail.com> a écrit :
>
>
>   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 Philippe via Iup-users <
> iup-users@lists.sourceforge.net>:
>
> Dear all,
> Sorry if i'm sending this mail to the wrong topic/object, i'm a newcomer
> in "sourceforge mailing lists" which i don't really understand.
>
> I'm currently trying to build IUP  to use it with luajit x64 (would be
> great if it could work for windows and linux).
>
> I saw and older topic from 2016 where it's adviced to link a lua5.1.dll
> proxy to lua51.dll. But i couldn't download those files, since the link is
> dead. And i don't really know how to create a dll proxy, and what it should
> contain.
>
> So, my question is simple:  what could be the best way to use IUP with
> luajit (x64) ?
>
> Thanking you in advance
>
> Johann Philippe
>
> -- --
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> __ _
> Iup-users mailing list
> Iup-users@lists.sourceforge. net 
> https://lists.sourceforge.net/ lists/listinfo/iup-users
> 
>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 could not be 
located in the dynamic link 
libraryF:/Logiciels/luajit/luapower-all-master/bin/mingw64/lua5.1.dll"

Also tried with putting lua5.1.dll in the package.cpath folder, and it only 
returns in the console "iuplua51.dll the specified module couldn't be found"
Any idea where is the issue from ? 
Johann
Le dimanche 1 avril 2018 à 17:58:00 UTC+2, Antonio Scuri 
 a écrit :  
 
   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 tools executable. Just copy from the 
package you already have.
Best,Scuri



Em dom, 1 de abr de 2018 12:12, Johann Philippe  
escreveu:

 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 should be easier 
to run for me. But then which one download ? If i download the windows dynamic 
library, it contains the iup.dll, but not the iuplua51.dll, so where to find 
this one ? 
ThanksJohann
Le dimanche 1 avril 2018 à 17:00:22 UTC+2, Johann Philippe 
 a écrit :  
 
  
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 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 Philippe via Iup-users 
:

Dear all, Sorry if i'm sending this mail to the wrong topic/object, i'm a 
newcomer in "sourceforge mailing lists" which i don't really understand. 
I'm currently trying to build IUP  to use it with luajit x64 (would be great if 
it could work for windows and linux). 
I saw and older topic from 2016 where it's adviced to link a lua5.1.dll proxy 
to lua51.dll. But i couldn't download those files, since the link is dead. And 
i don't really know how to create a dll proxy, and what it should contain. 
So, my question is simple:  what could be the best way to use IUP with luajit 
(x64) ? 
Thanking you in advance
Johann Philippe

-- -- --
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
__ _
Iup-users mailing list
Iup-users@lists.sourceforge. net
https://lists.sourceforge.net/ lists/listinfo/iup-users




  --
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 tools executable. Just copy from
the package you already have.

Best,
Scuri




Em dom, 1 de abr de 2018 12:12, Johann Philippe 
escreveu:

> 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
> should be easier to run for me. But then which one download ? If i download
> the windows dynamic library, it contains the iup.dll, but not the
> iuplua51.dll, so where to find this one ?
>
> Thanks
> Johann
> Le dimanche 1 avril 2018 à 17:00:22 UTC+2, Johann Philippe <
> johannphili...@yahoo.fr> a écrit :
>
>
>
> 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 <
> antonio.sc...@gmail.com> a écrit :
>
>
>   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 Philippe via Iup-users <
> iup-users@lists.sourceforge.net>:
>
> Dear all,
> Sorry if i'm sending this mail to the wrong topic/object, i'm a newcomer
> in "sourceforge mailing lists" which i don't really understand.
>
> I'm currently trying to build IUP  to use it with luajit x64 (would be
> great if it could work for windows and linux).
>
> I saw and older topic from 2016 where it's adviced to link a lua5.1.dll
> proxy to lua51.dll. But i couldn't download those files, since the link is
> dead. And i don't really know how to create a dll proxy, and what it should
> contain.
>
> So, my question is simple:  what could be the best way to use IUP with
> luajit (x64) ?
>
> Thanking you in advance
>
> Johann Philippe
>
> -- --
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> __ _
> Iup-users mailing list
> Iup-users@lists.sourceforge. net 
> https://lists.sourceforge.net/ lists/listinfo/iup-users
> 
>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 dimanche 1 avril 2018 à 15:32:23 UTC+2, Antonio Scuri <
> antonio.sc...@gmail.com> a écrit :
>
>
>   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 Philippe via Iup-users <
> iup-users@lists.sourceforge.net>:
>
> Dear all,
> Sorry if i'm sending this mail to the wrong topic/object, i'm a newcomer
> in "sourceforge mailing lists" which i don't really understand.
>
> I'm currently trying to build IUP  to use it with luajit x64 (would be
> great if it could work for windows and linux).
>
> I saw and older topic from 2016 where it's adviced to link a lua5.1.dll
> proxy to lua51.dll. But i couldn't download those files, since the link is
> dead. And i don't really know how to create a dll proxy, and what it should
> contain.
>
> So, my question is simple:  what could be the best way to use IUP with
> luajit (x64) ?
>
> Thanking you in advance
>
> Johann Philippe
>
> -- --
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> __ _
> Iup-users mailing list
> Iup-users@lists.sourceforge. net 
> https://lists.sourceforge.net/ lists/listinfo/iup-users
> 
>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 should be easier 
to run for me. But then which one download ? If i download the windows dynamic 
library, it contains the iup.dll, but not the iuplua51.dll, so where to find 
this one ? 
ThanksJohann
Le dimanche 1 avril 2018 à 17:00:22 UTC+2, Johann Philippe 
 a écrit :  
 
  
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 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 Philippe via Iup-users 
:

Dear all, Sorry if i'm sending this mail to the wrong topic/object, i'm a 
newcomer in "sourceforge mailing lists" which i don't really understand. 
I'm currently trying to build IUP  to use it with luajit x64 (would be great if 
it could work for windows and linux). 
I saw and older topic from 2016 where it's adviced to link a lua5.1.dll proxy 
to lua51.dll. But i couldn't download those files, since the link is dead. And 
i don't really know how to create a dll proxy, and what it should contain. 
So, my question is simple:  what could be the best way to use IUP with luajit 
(x64) ? 
Thanking you in advance
Johann Philippe

-- -- --
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
__ _
Iup-users mailing list
Iup-users@lists.sourceforge. net
https://lists.sourceforge.net/ lists/listinfo/iup-users



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 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 Philippe via Iup-users 
:

Dear all, Sorry if i'm sending this mail to the wrong topic/object, i'm a 
newcomer in "sourceforge mailing lists" which i don't really understand. 
I'm currently trying to build IUP  to use it with luajit x64 (would be great if 
it could work for windows and linux). 
I saw and older topic from 2016 where it's adviced to link a lua5.1.dll proxy 
to lua51.dll. But i couldn't download those files, since the link is dead. And 
i don't really know how to create a dll proxy, and what it should contain. 
So, my question is simple:  what could be the best way to use IUP with luajit 
(x64) ? 
Thanking you in advance
Johann Philippe

-- -- --
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
__ _
Iup-users mailing list
Iup-users@lists.sourceforge. net
https://lists.sourceforge.net/ lists/listinfo/iup-users



  --
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 lua
> 5.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/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 Philippe via Iup-users <
>> iup-users@lists.sourceforge.net>:
>>
>>> Dear all,
>>> Sorry if i'm sending this mail to the wrong topic/object, i'm a newcomer
>>> in "sourceforge mailing lists" which i don't really understand.
>>>
>>> I'm currently trying to build IUP  to use it with luajit x64 (would be
>>> great if it could work for windows and linux).
>>>
>>> I saw and older topic from 2016 where it's adviced to link a lua5.1.dll
>>> proxy to lua51.dll. But i couldn't download those files, since the link is
>>> dead. And i don't really know how to create a dll proxy, and what it should
>>> contain.
>>>
>>> So, my question is simple:  what could be the best way to use IUP with
>>> luajit (x64) ?
>>>
>>> Thanking you in advance
>>>
>>> Johann Philippe
>>>
>>> 
>>> --
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> ___
>>> Iup-users mailing list
>>> Iup-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>>
>>>
>>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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/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 Philippe via Iup-users <
> iup-users@lists.sourceforge.net>:
>
>> Dear all,
>> Sorry if i'm sending this mail to the wrong topic/object, i'm a newcomer
>> in "sourceforge mailing lists" which i don't really understand.
>>
>> I'm currently trying to build IUP  to use it with luajit x64 (would be
>> great if it could work for windows and linux).
>>
>> I saw and older topic from 2016 where it's adviced to link a lua5.1.dll
>> proxy to lua51.dll. But i couldn't download those files, since the link is
>> dead. And i don't really know how to create a dll proxy, and what it should
>> contain.
>>
>> So, my question is simple:  what could be the best way to use IUP with
>> luajit (x64) ?
>>
>> Thanking you in advance
>>
>> Johann Philippe
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>
>>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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 Philippe via Iup-users <
iup-users@lists.sourceforge.net>:

> Dear all,
> Sorry if i'm sending this mail to the wrong topic/object, i'm a newcomer
> in "sourceforge mailing lists" which i don't really understand.
>
> I'm currently trying to build IUP  to use it with luajit x64 (would be
> great if it could work for windows and linux).
>
> I saw and older topic from 2016 where it's adviced to link a lua5.1.dll
> proxy to lua51.dll. But i couldn't download those files, since the link is
> dead. And i don't really know how to create a dll proxy, and what it should
> contain.
>
> So, my question is simple:  what could be the best way to use IUP with
> luajit (x64) ?
>
> Thanking you in advance
>
> Johann Philippe
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


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
right now, I opened the program 10 times, the first 9 times were fine but
the 10th time resulted in the error being discussed.  Point being, it seems
easier to trigger this issue on Arch than other distros, and maybe it's
worth trying in a VM (though it can be a pain to install, maybe an
third-party automatic installer could be used).  I don't know why this is.

Let me know if there's anything I can do to help.

Best,
Chris Matzenbach

2018-03-16 14:00 GMT-05:00 Antonio Scuri :

>   Hi,
>
>   Don't worry I'll not give up on this. But I need a more concrete
> situation. My tests are in an already slow virtual machine.
>
>   I was thinking, would be interesting to analyze the dialog when the
> problem occur.
>
>   Does it happens for which elements? Only a set of elements have problems?
>
>   The dialog of the sample contains text with expand, and the initial
> display seems to be correct for the dialog contents, if the dialog was
> shown with that size. I mean the problem could be at the IupDialog only.
>
>   But I don't know what can cause the internal size to be different that
> the initial size. Maybe it is some control initial size that is expanding
> the dialog, that's why I would like to know if it is some class of controls
> that is causing the wrong initial size.
>
>   Another thing to be considered is that the only wrong situation is the
> initial size, once the dialog is shown, the layout is actually correct.
> When the dialog is resized by the user, all the elements are correctly
> positioned, right?
>
> Best,
> Scuri
>
>
>
>
>
>
> 2018-03-14 17:43 GMT-03:00 Eric Wing :
>
>> I just wanted to clarify 2 points in my last message:
>>
>> > I've seen it on the following using the standard packages that come
>> with each OS:
>>
>> I was referring to GTK2 and GTK3 as the standard packages. I always
>> have to build IUP since nobody has a package for it.
>>
>>
>> > ccmake -DCMAKE_BUILD_TYPE=Debug -DIUP_BUILD_TESTS=1 -D /path/to/iup/root
>>
>> I meant cmake, not ccmake.
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users