- May
- 13,745
- 209
I enabled LUA support and tried this
I got a message box from TCC
Code:
g:\tc16> lua -i
Lua 5.2.2 Copyright (C) 1994-2013 Lua.org, PUC-Rio
> require "winapi"
After dismissing the message box, I got this from LUA in the console.---------------------------
tcc.exe - System Error
---------------------------
The program can't start because lua52.dll is missing from your computer. Try reinstalling the program to fix this problem.
error loading module 'winapi' from file 'G:\TC16\winapi.dll':
The specified module could not be found.
stack traceback:
[C]: in ?
[C]: in function 'require'
stdin:1: in main chunk
[C]: in ?