[Qt-interest] Two way communication with a static library

Tomaz Lovrec tomaz.lovrec at media-archiver.org
Sat Jan 10 11:39:02 CET 2009


Hello,

I have an own static library which is compiled against Qt, and then I 
have a Qt App who uses this library and links against it.
Now when I create an object to that library and call it's functions it's 
all cool and works, as those functions can send data back through a 
return statement.
The problems start when I create a QLocalSocket in that library and 
connect it to a slot in the library, then I'm kinda lost and don't know 
how to get the data back from the library to the application.
If someone could please help me with this it would be greatly appreciated.

Regards,
Thomas



More information about the Qt-interest-old mailing list