Two connect function
-
-
I want to use connect function from winsock library but i have problem becouse in my project there is QWidget library which i using and how to call connect function from winsock library?
When i delete QWidget this code line how but the other dont work
-
I want to use connect function from winsock library but i have problem becouse in my project there is QWidget library which i using and how to call connect function from winsock library?
When i delete QWidget this code line how but the other dont work
@apoyo
Maybe you have agood reason, but the larger question is why would you even use the winsock functions when Qt provides parallel socket handling functions? I mean, you asked on Qt desktop forum, so presumably you are doign a QtWidgets applications, right?