[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] viLua: Interactive Lua with graphics
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 21 Nov 2011 12:19:18 +0200
2011/11/21 Dirk Laurie <dirk.laurie@gmail.com>:
> 2011/11/21 Xavier Wang <weasley.wx@gmail.com>:
>> I tried it out on Windows with love 0.7.2, but it exited quietly, the
>> exit code is 0...
>
> I tested it on love.exe under Wine, and it works if one has vcrun2008
> installed via winetricks.
>
When all else fails, RTFM!
The Love documentation reveals two ways to get console I/O under
Windows.
1. Run as `love --console vilua.love`
2. Put `function love.conf(t) t.console = true end` in main.lua.
Dirk