From: John L. <jla...@gm...> - 2012-08-17 03:02:01
|
On Thu, Aug 16, 2012 at 1:54 PM, Milind Gupta <mil...@gm...> 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 is to set package.cpath = ";./?.dll;./?.so". It works fine on my > computer but on one computer it was not able to find the LuaXML_lib.dll. How > do I fix this? To be sure, the problem is on windows? And the two machines both have the same version, XP or 7? If everything is the same I cannot think of any reason why it would find it on one and not the other. I would double/triple check that the files really are the same or that there isn't some difference in the permissions, though MSWindows seems to ignore them for the most part. Regards, John |