Every time i use
require("luacom")
It always drop an error says:
error loading module 'luacom' from file 'c:\program files (x86)\lua\5.3\lib\lua\5.3\luacom.dll'
but I do have the luacom.dll file in c:\program files (x86)\lua\5.3\lib\lua\5.3\ this directory.
I use luarocks to install luacom, other libraries installed by luarocks like luasocket or luafilesystem all working fine.
Dont know what's going on here :(
Every time i use
require("luacom")It always drop an error says:
but I do have the luacom.dll file in c:\program files (x86)\lua\5.3\lib\lua\5.3\ this directory.
I use luarocks to install luacom, other libraries installed by luarocks like luasocket or luafilesystem all working fine.
Dont know what's going on here :(