Results 1 to 8 of 8

Thread: NetworqDebugger

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: NetworqDebugger

    The archive is doublegzipped. I ungzipped it once for you.
    Attached Files Attached Files
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. The following user says thank you to wysota for this useful post:

    saeedIRHA (9th October 2011)

  3. #2
    Join Date
    Apr 2009
    Posts
    29
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11
    Thanks
    2

    Default Re: NetworqDebugger

    Can your proxy handle all browser requests (GET, POST) or it is limited? I would like to test it but it crashes immediately after starting. Qt 4.7.4 Linux.

  4. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: NetworqDebugger

    It shouldn't care about the request type.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #4
    Join Date
    Apr 2009
    Posts
    29
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11
    Thanks
    2

    Default Re: NetworqDebugger

    Do you plan to improve the program so that it can run with Linux?

  6. #5
    Join Date
    May 2006
    Posts
    788
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    49
    Thanked 48 Times in 46 Posts

    Default Re: NetworqDebugger

    I try to build on Mac osx New Lions 10.7.2 & qt -> qmake -v
    QMake version 2.01a
    Using Qt version 4.8.0 in /Developer/qt/lib

    Qt Code:
    1. g++ -c -pipe -g -gdwarf-2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/Developer/qt/mkspecs/macx-g++ -I. -I/Developer/qt/lib/QtCore.framework/Versions/4/Headers -I/Developer/qt/include/QtCore -I/Developer/qt/lib/QtNetwork.framework/Versions/4/Headers -I/Developer/qt/include/QtNetwork -I/Developer/qt/lib/QtGui.framework/Versions/4/Headers -I/Developer/qt/include/QtGui -I/Developer/qt/include -I. -I. -F/Developer/qt/lib -o conversationserver.o conversationserver.cpp
    2. conversationserver.cpp: In member function ‘virtual void ConversationServer::incomingConnection(int)’:
    3. conversationserver.cpp:189: error: cast from ‘const char*’ to ‘quint32’ loses precision
    4. make: *** [conversationserver.o] Error 1
    To copy to clipboard, switch view to plain text mode 

  7. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: NetworqDebugger

    Please find a working version of the program in the attachment.
    Attached Files Attached Files
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.