Subject: ares_strerror???

ares_strerror???

From: julien thai <julienresiprocate_at_gmail.com>
Date: 2005-04-28

Dear all,
 About the getenv(), i tried to rewrite based on a open code (in ruby
language ).
I pass almost warning. But they still exist a warning in:
 1) in file ares_fds.c.
line FD_SET(server->udp_socket, read_fds);
  warning is "......\ares\ares_fds.c(37) : warning C4018: '==' :
signed/unsigned mismatch"
 2) in file
 status = ares_init(&channel);
if (status !=0)
{
//fprintf(stderr, "ares_init: %s\n", ares_strerror(status));
//return 1;
MessageBox(_T("ares_strerror"),_T("ares_strerror"),MB_OK);
}

_______________________________________________
http://cool.haxx.se/mailman/listinfo/c-ares
Received on Thu Apr 28 12:28:46 2005