[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Query-Calling Lua from C
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 24 Nov 2011 14:34:11 +0200
On Thu, Nov 24, 2011 at 2:27 PM, santhosh reddy
<santhoshreddy539@gmail.com> wrote:
> I ran the Lua program alone. It runs fine. I have all FLTK packages.
You think it runs fine, because you did not check the error return
from luaL_dofile.
I bet you if you did check you would get the expected error, that is,
cannot find fltk.
Maybe require 'fltk' ?
steve d.