|
Regards,
Beno K
Immanuel
Chennai, India
Mob: +91 9940791964
Email:immanuel.beno@gmail.com
On 11 September 2014 18:49, immanuel.beno@gmail.com <immanuel.beno@gmail.com> wrote:> local proto_foo = Proto("test", "Test Protocol")stdin:1: attempt to call global 'Proto' (a nil value)stack traceback:stdin:1: in main chunk[C]: in ?>pls help to fix this issueRegards,
Beno K Immanuel
Chennai, India
Mob: +91 9940791964
Email:immanuel.beno@gmail.comWhere did you get this code from? There's no Proto function included in Lua, so it looks like you're trying to use a library; but you haven't required it anywhere.