lua-users home
lua-l archive

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


>           I compiled srlua on a windows system. I used glue.exe to append a
> test lua file containing just 2 print statements:
> 
> print("Line 1")
> print("Last Line")
> 
> But when I run the output executable is displayed on the command line. Also
> io.read does not work to get input from the user.

Are you running the glued program in the command line or by double clicking
on the .exe?

That's the only thing I can think of. Other people more knowledgeable on
Windows may have other ideas.