On Tue, Apr 30, 2013 at 9:27 AM, Les Newell wrote:
> The trunk version of wxLua won't run on pre-XP systems because it depends
> on AttachConsole in kernel32 (introduced in XP). The attached patch only
> calls AttachConsole if it is available.
>
>
Thanks for the patch, applied in SVN trunk.
Regar
The trunk version of wxLua won't run on pre-XP systems because it
depends on AttachConsole in kernel32 (introduced in XP). The attached
patch only calls AttachConsole if it is available.
Index: wxlconsole.cpp
===
--- wxlconsole.cpp