Re: [wxlua-users] Patch: trunk won't run on pre-XP systems

2013-05-01 Thread John Labenski
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

[wxlua-users] Patch: trunk won't run on pre-XP systems

2013-04-30 Thread Les Newell
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