c# - Using LuaInterface - ERROR_DLL_INIT_FAILED -
I am trying to integrate Luah into my managed code, using LuaInterface. I am using lua51.dll which came with the downloading assembly, but when I try to create a new lua object, the manufacturer fails with ERROR_DLL_INIT_FAILED or HRESULT 0x8007045A. I checked that what I'm building as x86 can be the problem?
- Maybe you're mixing 32 bit and 64 bit?
- Is it possible that you have a different version in your path?
- Try to run with high privileges.
- Change your DLL to ol>
Comments
Post a Comment