lua-users home
lua-l archive

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


On Tue, Nov 30, 2010 at 3:27 PM, Terry Bayne <trbayne@gmail.com> wrote:
> Any ideas what I am doing wrong?  Anyone have a sample visual studio
> 2005 or 2008 .NET C# (or VB) project that uses the components supplied
> with Lua For Windows that works?  As you can tell from DLL list I will
> be attempting via the script to require "luaSQL" at some point.

My initial feeling is that the LuaInterface that comes with LfW is not
going to work, because it's the older version that uses some COM
bootloader code to start .NET, since then the straight Lua executable
can load it.  Which clearly you don't need ;)

Have you tried the latest LuaInterface, which is fully managed code?

(OK, then using the LfW database modules is probably going to get
unstuck, might have to think .NET and code against the managed ODBC
interface.)

steve d.