wxMSW2.8.3 - when it is safe to use wxFileSystem?

Yuri Borsky borsky at sbor.ru
Wed Apr 11 05:56:34 PDT 2007


Hi all!

Run into the problem upgrading from wx2.4:

Basically I want to load a bunch of files upon starup (in MyApp::OnInit()
actually) via wxFileSystem.OpenFile() from HTTP server.
Works OK with wx2.4.
With wxMSW2.8.3 it seems that the app hangs forever waiting for response
from HTTP server - however at the same time wx2.4 version works great. My
dig into wx sources revealed that it looks like 2 requests initiated in
parallel and both hangs somewhere in wxHTTP::BuildRequest() which never
returns for both. My app is single threaded GUI/OpenGL type so I wander how
is it at all possible? :)










More information about the wx-users mailing list