lua-users home
lua-l archive

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


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.