lua-users home
lua-l archive

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


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.