Tagged Questions
0
votes
1answer
613 views
Downloading file with wxHTTP?
Im really stumped. Im using the wxHTTP class in wxWidgets to try and download two files. The first request succeeds but the second one fails when wxHTTP->GetInputStream is called. Between downloads, ...