This program allows you to use Lua in your Microsoft Visual Basic 6 applications. The Lua source code has been modified to be called using stdcall and compiled in win32 binaries. The included lua version is 5.4.8.
Anyone wanting to use Lua in their Visual Basic 6 applications.
- Loading and running Lua scripts (from File or String)
- Calling Lua function from Visual Basic
- Calling Visual Basic function from Lua
- Manipulating stack and two way data exchange
- Two way 64bits arithmetic
- C function direct call
Open the sample of your choice with Visual Studio and click "Start With Full Compile".
Important
Distributed VB6 executables may appear as viruses; simply let your antivirus software remove them and compile the project you need from Visual Studio.
Caution
As you probably know, playing with Lua 'io' functions can modify your file system.
Enjoy
