Search found 4 matches

by soMan
Sat Oct 22, 2011 7:36 pm
Forum: wxCode
Topic: wxCurl: sending requests.
Replies: 1
Views: 3070

wxCurl: sending requests.

Hi all! I have a question: how to send a request and get a response string (or just get a response) using wxCurl? Here is a some code lines in which assertion message takes place (url option is also specified but was cut from the code below): wxCurlHTTP connection; connection.Init(); connection.SetO...
by soMan
Sat Sep 17, 2011 11:32 am
Forum: C++ Development
Topic: GZIP decompression always ends up with Exception
Replies: 3
Views: 1462

Re: GZIP decompression always ends up with Exception

con->GetInputStream returns a valid stream. I found it out from the sniffer. About line can say that if I'm putting the breakpoint at the first line of func wxHTTP *con = new wxHTTP(); debugger adds an extra breakpoint with "exception throw" description which signals about app crash. You c...
by soMan
Sat Sep 17, 2011 8:49 am
Forum: C++ Development
Topic: GZIP decompression always ends up with Exception
Replies: 3
Views: 1462

GZIP decompression always ends up with Exception

Hi all! I need to decompress gzip traffic from the internet link, but always get an exception (SIGSEGV error). Code wxString SomeFunc() { wxHTTP *con = new wxHTTP(); con->SetHeader("User-Agent", "Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.9.168 Version/11.51"); con->SetHeader(&q...
by soMan
Tue Aug 30, 2011 1:05 pm
Forum: Compiler / Linking / IDE Related
Topic: Static linkage using Eclipse
Replies: 1
Views: 1438

Static linkage using Eclipse

Hi all! I'm searching for solution about the building program (just simple hello world with one empty frame) in Eclipse using static linkage. If a specify a path to libraries as *\gcc_dll the application will be succesfully build and work with some *.dll dependence-libraries in application folder. B...