I am trying to use the .NET CLR with Lua. In my .lua file on the first line, I have:
require "luanet"
I can load the dll, but immediately get an error:
error loading module 'luanet' from luanet.dll: luanet.dll:1: '=' expected near "
I have searched the Internet and I have downloaded and tried 3 different versions of this luanet.dll and I got the same error on all of them.