[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: srlua: print statements not working
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 31 Jan 2017 16:29:14 -0200
> 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.