lua-users home
lua-l archive

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


> I'm building with the .net 2003 version of the ms tools.

1.  you need print.obj and lopcodes.obj
2.  you need to either link luac statically or export the missing
entry points (from the DLL).
I would suggest a static link.

DB