February 3rd, 2011, 05:12 PM
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...
January 28th, 2011, 08:27 AM
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!...
January 27th, 2011, 10:50 AM
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...
January 27th, 2011, 06:35 AM
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];
...