Re: [wxlua-users] Difference between Lua and wxLua executable

2013-08-26 Thread Milind Gupta
Thanks for looking into this. So to get the same effects for running a wxLua program with Lua.exe we need a Lua.exe compiled with the manifest that wxlua was compiled from? Thanks, Milind On Sun, Aug 25, 2013 at 9:17 PM, Paul K paulclin...@yahoo.com wrote: No, my last commit actually didn't

Re: [wxlua-users] Difference between Lua and wxLua executable

2013-08-25 Thread John Labenski
On Fri, Aug 23, 2013 at 7:04 PM, Paul K paulclin...@yahoo.com wrote: Hi John, After that wxlua and lua produce the same (calendar) results. You can also tweak the manifest before embedding it to see the effect. Were you able to reproduce the same effect? No, my last commit actually

Re: [wxlua-users] Difference between Lua and wxLua executable

2013-08-23 Thread Paul K
Hi John, After that wxlua and lua produce the same (calendar) results. You can also tweak the manifest before embedding it to see the effect. Were you able to reproduce the same effect? Paul. On Mon, Aug 19, 2013 at 8:44 PM, Paul K paulclin...@yahoo.com wrote: Hi John, I just added a

Re: [wxlua-users] Difference between Lua and wxLua executable

2013-08-18 Thread Milind Gupta
Thanks John for putting time on this. When I posted this question on wxWidgets (http://forums.wxwidgets.org/viewtopic.php?f=23t=37587) they also said about the manifest file. I didn't explore it further from there. But would not the manifest file not compiled with the wx.dll itself why would

Re: [wxlua-users] Difference between Lua and wxLua executable

2013-08-18 Thread Paul K
I'm very interested in what manifest needs to be used as well. My executable *does* include a manifest, but it doesn't statically compile wx.dll and loads it at run-time. My calendar looks like a generic one (the one that Milind has on the left side), so I either need to have a different content

Re: [wxlua-users] Difference between Lua and wxLua executable

2013-08-18 Thread John Labenski
On Sun, Aug 18, 2013 at 10:58 PM, Paul K paulclin...@yahoo.com wrote: I'm very interested in what manifest needs to be used as well. My executable *does* include a manifest, but it doesn't statically compile wx.dll and loads it at run-time. My calendar looks like a generic one (the one that

Re: [wxlua-users] Difference between Lua and wxLua executable

2013-08-17 Thread John Labenski
On Fri, Aug 16, 2013 at 3:16 PM, Milind Gupta milind.gu...@gmail.comwrote: So when you do this do you get the same differences or is it just something on my system? Since these are run from the same Lua package but show different renderings I am really curious why this happens. Hummm, I do

[wxlua-users] Difference between Lua and wxLua executable

2013-05-18 Thread Milind Gupta
Hi, I have installed Lua for windows and when I run my program with Lua.exe (my program has require(wx)) the graphics are a little different compared to if I run it with an executable wlua also in the package. I see the same graphics as wlua if I run my program using wxluafreeze from the

Re: [wxlua-users] Difference between Lua and wxLua executable

2013-05-18 Thread Paul K
Hi Milind, The only difference should be is that wxluafreeze includes wx library statically compiled (so you don't need anything else) and in other cases your executables expect wx.dll. I'm not sure what graphics are different. Can you do two screenshots and mark the differences on them? I don't