[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 15:39:31 +0200
On Thu, Nov 24, 2011 at 3:15 PM, santhosh reddy
<santhoshreddy539@gmail.com> wrote:
> But when I run lua program alone, it runs fine.
Ah, but notice how you had to use it - murgaLua already contains the
FLTK bindings, etc.
You will have to get your scripts running with plain 'vanilla' Lua, or
link the lua-fltk into your C program.
Beyond that, I cannot help you, because lua-fltk is usually not
bundled as a standalone Lua extension and I don't know anything
specific about it.
steve d.