lua icon indicating copy to clipboard operation
lua copied to clipboard

linking to DLL does not work because of "regular expressions"

Open severak opened this issue 3 years ago • 0 comments

I think there is a problem with linking to DLLs in lua.nim. There are links to shared libraries written as glob/regular expressions (e.g. lua(|5.1|5.0).dll).

When running compiled exe, it probably search for lua(|5.1|5.0).dll which does not exist on disk. When I changed it to lua5.1.dll in lua.nim it was running OK.

severak avatar Jul 06 '22 12:07 severak