<div dir="ltr"><div><div><div><div><div>Hi Everybody,<br><br>I want to add networking to GCompris to be able to have a mater GCompris able to talk with slaves GCompris.<br>I compiled and tested chat-network fro.m qt creator examples.<br><br>Qt5.7.0/Examples/Qt-5.7/network/network-chat/<br><br>works really well on a single pc.<br><br>It works with qt network module to scan the network around and should be able on its own to see all the machines around.<br><br>So I created a new version of gcompris using network-chat and included some code in gcompris main core.<br><br>There is a part at the moment which is done in original chatdialog.cpp that I want to use in main.cpp which uses client.<br><br>Client is supposed to be an object but there is no way for me to see where this object is created!<br><br>here is the code<br><a href="https://github.com/allon49/GCompris-qt/tree/network">https://github.com/allon49/GCompris-qt/tree/network</a><br><br></div>If you compile it you will see that it does not find client.<br><br></div>You can find client working on the original network-chat in /home/charruau/Qt5.7.0/Examples/Qt-5.7/network/network-chat/chat-dialog.cpp line 67.<br><br></div>Could someone have a look to tell me where the object client should be created?<br><br></div>Regards,<br><br></div>Emmanuel<br><div><div><div><br></div></div></div></div>