CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2007
    Posts
    4

    No error on Vista when using sendto function.

    Hello

    When I try to send an UDP packet on Vista with sendto function and I unplug my internet cable
    I DO NOT get an error. When i send it on WINXP i get host unreachable as expected.
    What should I do to fix this problem on Vista?

    Thank you for your replys,
    Peter.

  2. #2
    Join Date
    Dec 2007
    Posts
    4

    Re: No error on Vista when using sendto function.

    Didnt i write my problem clear enough?

  3. #3
    Join Date
    Mar 2009
    Posts
    51

    Re: No error on Vista when using sendto function.

    Perhaps ask in the Win32 section: http://www.codeguru.com/forum/forumdisplay.php?f=47

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