The you probably have to debug that FortuneServer class of yours.
I am already puzzled that you got it to listen, runserver() doesn't seem to be called in the code you've posted.
Cheers,
_
The you probably have to debug that FortuneServer class of yours.
I am already puzzled that you got it to listen, runserver() doesn't seem to be called in the code you've posted.
Cheers,
_
I call the runserver function via a pushbutton which written in ui_ui.h file .
connect(runserverButton, SIGNAL(clicked()), this, SLOT(runserver()));
Right, that was to be expected. But since that is not part of the code you posted it means that the code is not what you are actually using.
I am not sure why you are asking for help while not providing enough information to do so.
Cheers,
_
It works know, I think I did a mistake somewhere I attached also my code. Thanks a lot for trying to help me.
Bookmarks