Does Qt 4 support resolving DNS records such as CNAME, MX and SRV?
There’s a Q3Dns class, but I’d prefer not to use it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://doc.trolltech.com/4.7/q3dns.html
Should have all the information you need.
Edit: As far as I can see there is no low-level version except for the one above.
http://doc.trolltech.com/4.7/porting4.html#qdns
You could code something yourself from scratch like this MFC based example which shouldn’t be too hard to port.