From: Milind G. <mil...@gm...> - 2012-08-16 17:54:42
|
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? Thanks, Milind |