Qt 6.11 is out! See what's new in the release
blog
[Moved] Running two projects in the Qt Simulator
Qt Creator and other tools
3
Posts
3
Posters
2.6k
Views
1
Watching
-
I am creating a client-server application. To test the same, I would like to run two instances of the Qt Simulator, with one device sending data to the other via a local socket. When I try running a second project to mirror the second device's behavior, Qt Simulator fails to run with the message, "Cannot retrieve debugging output".
How can I achieve this functionality?
-
If the server doesn't have a GUI needed buy the simulator couldn't you always launch the server externally in a terminal etc. Then Just launch the client with Qt Simulator this is what we do.
-
you can use axis2/c server for c++ aplications.