Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top