buluozhiri / luaforwindows

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

luanet.dll not found while using LuaInterface #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Included LuaInterface in VB.net project
2. Creating a new lua object creates the error

What version of the product are you using? On what operating system?
Running on VS2010 on Windows XP,
LuaInterface 1.5.3.0,
Should be the latest version downloaded 2 days ago

Please provide any additional information below.
Debug error from VS2010:
Unable to load DLL 'luanet.dll': The specified module could not be found. 
(Exception from HRESULT: 0x8007007E)

Original issue reported on code.google.com by you.kiss...@gmail.com on 11 Aug 2012 at 9:16

GoogleCodeExporter commented 9 years ago
I had the same problem. I discovered that the lua setup did not set the 
environmental variable LUA_PATH correctly. Add the directory where your 
"luanet.dll" lives to LUA_PATH and that might correct your problem.

Original comment by cogito_a...@yahoo.com on 25 Jan 2013 at 8:23