[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Dotnet assemby from C Lua
- From: Dušan Majkić <dmajkic@...>
- Date: Tue, 17 Aug 2010 11:15:20 +0200
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.