245597377 / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

luanet.dll is not compatible with LuaInterface compiled against the .NET 4.0 assemblies. #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have compiled LuaInterface 2.0.3 using the .NET 4 environment. Because 
luanet.dll is compiled against 3.5 (or worse) the newly-compiled LuaInterface 
cannot load it. There seems to be a bit of mystery about luanet. There is no 
source available anywhere, so it cannot be compiled against latter frameworks 
(4.0, and now 4.5). If there is something sensitive about luanet that you don't 
want people know about, at the very list offer .dlls for the 4.0 and 4.5 
versions of the .Net Framework, so that we can run an upgraded LuaInterface. 
Again, I reiterate, the problem here is that there is no way to synchronize 
LuaInterface and luanet. That is the problem in a nutshell. I fail to see why 
we are forced to use such an outdated environment. If LuaInterface is meant as 
a serious tool, then an effort must be made to keep up with the environment 
that it was designed to bridge.

Original issue reported on code.google.com by anaris...@gmail.com on 22 Apr 2013 at 4:57