[wx-dev] Re: horror with wxUrl::GetInputStream
Christian Buhtz
exsudat at gmx.de
Sat Jul 12 08:25:33 PDT 2008
Vadim Zeitlin schrieb:
> wxSocket by default needs the event loop to
> run to process the events
Ok, I found the solution with help of a user in the forum.
Init the wxSocket in wxApp::OnInit() and do the download-stuff in an
extra thread.
If I read the docs about wxUrl or wxHttp there is nothing about that
special point! But it should.
And there should be a sample for downloading files.
More information about the wx-dev
mailing list