PDA

View Full Version : Qt4 and plugins



matsukan
20th July 2013, 21:01
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.

ChrisW67
21st July 2013, 03:25
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.