I'm running "QUdpSocket::ShareAddress" on my QT application but ShareAddress is ignored by windows. So I'm trying to solve this problem by identifying OS at run time. I heard a couple of information about window version indentifier but I couldn't see any solution to solve my problem. If there is any of advice, it would be very appreciated. Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
See QtGlobal documentation for further information. |
|||
|
It isn't always the most elegant solution, but it's definitely effective to use a preprocessor definition to check platform at compile time. Example:
|
|||||||||
|