lua-users home
lua-l archive

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


At 15:48 18/01/00 -0200, you wrote:
>It would be pretty easy to just load a standard lua DLL into VB and
>call into it.

For a precompiled Windows DLL for Lua 3.2, see
        http://ourworld.compuserve.com/homepages/dbollinger/lua.htm
--lhf

This DLL must be created using the standard call convention for each exported function. Otherwise VB will not be able to load the functions. BTW, In the LUA.H file you must add the _sdtcall before each function name.

scuri