Results 1 to 2 of 2

Thread: Qt4 and plugins

  1. #1
    Join Date
    Aug 2011
    Posts
    38
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Qt4 and plugins

    I would like to extend my application lugins architecture. However. is there possibilty to make async network calls inside plugin using signals and slots? I will get
    "corrupted double-linked list: 0x09e034e0 ***" error message when closing my system down. But if I comment away network code away, error mesage will not displayed.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt4 and plugins

    However. is there possibilty to make async network calls inside plugin using signals and slots?
    Yes.
    I will get "corrupted double-linked list: 0x09e034e0 ***" error message when closing my system down.
    Why will you get that? I don't that this is related to using the network, just something like a double free or using an invalid pointer.

Similar Threads

  1. Replies: 1
    Last Post: 6th June 2012, 01:41
  2. Qt Plugins
    By cuteatul in forum Newbie
    Replies: 1
    Last Post: 8th July 2011, 07:48
  3. Replies: 17
    Last Post: 2nd January 2011, 17:11
  4. Mac OS, plugins that user designer plugins
    By Royceybaby in forum Qt Programming
    Replies: 0
    Last Post: 9th May 2010, 01:40
  5. Plugins
    By Michiel in forum General Programming
    Replies: 3
    Last Post: 25th March 2006, 12:37

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.