[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Stack empty after lua_pcall error
- From: Gé Weijers <ge@...>
- Date: Tue, 15 May 2012 11:02:04 -0700
What are you calling? You need to push a function and any arguments on the stack before you call lua_pcall.
--
Gé