Re: LUA and Visual Basic
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA and Visual Basic
- From: "Antonio E. Scuri" <scuri@...>
- Date: 2000年1月18日 17:12:37 -0200
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