Hi,
So I still get the problem where my wxluafreeze created exe cannot
locate the dll file in the same directory. It has to do with something how
windows launches the exe and maybe sets it to a different default run
directory. Does anybody have a idea about this?
Thanks,
Milind
On Thu, Aug 1
Thanks I will re check that if I get access to that computer again.
On Thu, Aug 16, 2012 at 8:01 PM, John Labenski wrote:
> On Thu, Aug 16, 2012 at 1:54 PM, Milind Gupta
> wrote:
> > Hi,
> > I have made this lua application using wxLua and I created an exe
> using
> > wxluafreeze. The prog
On Thu, Aug 16, 2012 at 1:54 PM, Milind Gupta wrote:
> Hi,
> I have made this lua application using wxLua and I created an exe using
> wxluafreeze. The program requires a LuaXML_lib.dll/so file. Both files I
> have put in the same directory as the exe. Also in my lua code the 1st thing
> I do
Hi,
I have made this lua application using wxLua and I created an exe
using wxluafreeze. The program requires a LuaXML_lib.dll/so file. Both
files I have put in the same directory as the exe. Also in my lua code the
1st thing I do is to set package.cpath = ";./?.dll;./?.so". It works fine
on m