(2018-03-24, 13:26)Jarema Wrote: I have successful run on both Windows 7 x64 /host/ and Windows XP x86 /emulated/. But when comes to run under LDCad is fail.
I've tried:
Win64_dllw4
found here
https://sourceforge.net/projects/iup/fil...mic/Lua53/
And I'm getting the same error, I think it fails to find some dependency DLL but I don't know which one. I've got a million versions of MSVCRT.DLL which is the only dependency mentioned in the documentation.
I also tried
Win32_dllw4
with the 32 bit version of LDCad.
But it gives the same result.
This is why I prefer static compiling, dll soup is nothing but trouble during distribution
ldd isn't helpfull ether as it lists ????
Code:
$ ldd iuplua53.dll
ntdll.dll => /c/Windows/SysWOW64/ntdll.dll (0x77030000)
kernel32.dll => /c/Windows/syswow64/kernel32.dll (0x75cc0000)
KERNELBASE.dll => /c/Windows/syswow64/KERNELBASE.dll (0x76b60000)
guard32.dll => /c/Windows/SysWOW64/guard32.dll (0x72ce0000)
ADVAPI32.dll => /c/Windows/syswow64/ADVAPI32.dll (0x75e30000)
msvcrt.dll => /c/Windows/syswow64/msvcrt.dll (0x74ab0000)
sechost.dll => /c/Windows/SysWOW64/sechost.dll (0x76120000)
RPCRT4.dll => /c/Windows/syswow64/RPCRT4.dll (0x76030000)
SspiCli.dll => /c/Windows/syswow64/SspiCli.dll (0x748e0000)
CRYPTBASE.dll => /c/Windows/syswow64/CRYPTBASE.dll (0x748d0000)
api-ms-win-core-synch-l1-2-0.DLL => /c/Windows/system32/api-ms-win-core-synch-l1-2-0.DLL (0x72cd0000)
USER32.dll => /c/Windows/syswow64/USER32.dll (0x74b60000)
GDI32.dll => /c/Windows/syswow64/GDI32.dll (0x76950000)
LPK.dll => /c/Windows/syswow64/LPK.dll (0x75cb0000)
USP10.dll => /c/Windows/syswow64/USP10.dll (0x76bb0000)
IMM32.DLL => /c/Windows/system32/IMM32.DLL (0x74940000)
MSCTF.dll => /c/Windows/syswow64/MSCTF.dll (0x769e0000)
version.dll => /c/Windows/system32/version.dll (0x72cc0000)
ole32.dll => /c/Windows/system32/ole32.dll (0x762b0000)
fltlib.dll => /c/Windows/system32/fltlib.dll (0x72cb0000)
??? => ??? (0x1e20000)
??? => ??? (0x65e00000)
Anyone else has a clue?