CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: mx DNS lookup

  1. #1

    mx DNS lookup

    I would like to make a simple mx dns lookup, but I was unable to find any sort of useful guide/tutorial to do that.

    I've heard that there is a function which does that, but it's only availabe under windows2000 and higher. So the 9x users won't be able to use the program.

    What can I do to make my program under all windows? Please help.



    Thank you.
    Borland C++ 5.5 forever!

    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.TheDP.tk

  2. #2
    Join Date
    Aug 2001
    Location
    Stockholm, Sweden
    Posts
    1,664
    Create your own DNS client Maybe you can find some free-to-use code on DNS clients. However, it shouldn't be to hard too implement a limitted DNS client yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured