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?

  1. Maybe you're mixing 32 bit and 64 bit?
  2. Is it possible that you have a different version in your path?
  3. Try to run with high privileges.
  4. Change your DLL to
  5. ol>

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -