lua-users home
lua-l archive

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


Hi,

> Actually never mind, I think I have it working. I passed the wrong
> number of arguments to newthread and it crashed my app. I guess it
> doesn't use a pcall...

Which function? thread.newthread from LuaThread? If you call that with
extra arguments, they are ignored. If you call withtout the argument
table, it barks at you. What do you mean it crashed?

> Should I protect the Lua functions in Delphi in some way or are things
> ready to go without changes?

Didn't understand this question either. :/

Regards,
Diego.