On 9/9/2010 6:33 AM, ext john Alvin Mathew wrote: > Hi, > > I am writing a small application to see how QNetworkAccessManager > works. I have taken most of the code from the Qt Http example. On > running the code in qtcreator it seems to hang atthe following line > > reply = qnam.get(QNetworkRequest(url)); > > Is there any additional initialization it have to do to get the > QNetworkAccessManager running on windows destop using qtcreator? I am > using qt 2010.04
Hi. This might be related to a known Qt issue: http://bugreports.qt.nokia.com/browse/QTBUG-10106. As you can seem from the report there have been some work on it. Regards, Leandro. -- Leandro T. C. Melo Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
