CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: zzz7net

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    903

    BOOL isValidDomainName("domain name")

    My application is perfoming "domain name to ip" and "ip to domain name" resolving.
    To reduce request overwok would be useful to check domain name correctness before sending request right in...
  2. Replies
    6
    Views
    11,433

    Re: winsock - send(...) return 0

    Thanks a lot California. Perfect! With your help we've puzzled it out!

    If somebody will expand the topic in the future with GET POST and other client requests or small examples - you are wellcome!...
  3. Replies
    6
    Views
    11,433

    Re: winsock - send(...) return 0

    Codeguru forum is nice for it content, but so bad here you can't format your message with font size, code font, posting screens, tabs and other options.. All of it makes difficult to read somebody`s...
  4. Replies
    6
    Views
    11,433

    Re: winsock - send(...) return 0

    I have the same problem:

    char* SData(char* ipv4, unsigned short uPort, char* szSent, char* szOut, int iSent, int iRecv)
    {
    DWORD dwErr=0;
    int iResult=0;
    char hostname[NI_MAXHOST];
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured