[wxlua-users] wxURL locking on GetInputStream()

2009-07-28 Thread Daniel Aquino
I'm having lockups when I try to pull an http page using wxURL. It gets stuck at GetInputStream but then appears to work fine after right clicking on the systray icon... I believe it may be the threads issues that are described on this page: http://wiki.wxwidgets.org/WxURL quote: "Under Windows

Re: [wxlua-users] wxURL locking on GetInputStream()

2009-07-28 Thread John Labenski
On Tue, Jul 28, 2009 at 6:59 PM, Daniel Aquino wrote: > I'm having lockups when I try to pull an http page using wxURL. > > It gets stuck at GetInputStream but then appears to work fine after > right clicking on the systray icon... I assume you are under MS Windows? XP? > I believe it may be the