From: John L. <jla...@gm...> - 2012-08-31 03:35:30
|
On Thu, Aug 30, 2012 at 11:27 PM, John Labenski <jla...@gm...> wrote: > On Wed, Aug 29, 2012 at 4:47 PM, Milind Gupta <mil...@gm...> wrote: >> Hello, >> I was having this problem where the exe I created from wxluafreeze >> would not run since it was not able to find the dll file that I was >> requiring in the code. The dll was in the same directory as the exe. >> Strangely the problem got fixed when I put lua51.dll in the same directory >> as the exe as well. Is there any particular reason it behaves this way? To answer your question; I believe that previously I had not fully made it possible to build staticly and that is why it depends on it. The program depends22, dependency walker lets you view dll dependences in Windows as ldd does in Linux. http://www.dependencywalker.com/ Regards, John |