|
Try pe-parser[1] to check the dependencies. Simple as: local pe = require("pe-parser") pe.parse("c:\\users\\public\\lua\\5.1\\bin\\lua.exe"):dump() Thijs [1]
https://github.com/Tieske/pe-parser From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org]
On Behalf Of Benoit Germain Hi,
I suspect there is something going on with windows macro subtleties causing the mutex/threading stuff to act weird. Anyway, core.dll doesn't depend on anything special. Building with MS compiler will cause a dependency with the MS runtime DLL, but that might not be the case with your compiler. My Visual studio projects lists the following dependencies, but that's coming from the project wizard: I don't think I actually need all this... 2013/11/6 Ulrich Schmidt <u.sch.zw@gmx.de> Hi all.
|