lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi.

My application is native Win32 application and I'm experimenting to
include Lua as internal embedded script.
At the same time, I hit another request: obscure 3p hardware driver
written as dotnet2 dll assemby.
Now I need to call a few managed functions from native app, to
retreive some data.

Is there a way to call dotnet assembly using lua?

I looked at luainterface, but it is built as managed assembly and I
see no way to use it also as "normal" C dll.